File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
diracx-core/src/diracx/core/config Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33import os
4- from datetime import date , datetime
4+ from datetime import datetime
55from typing import Annotated , Any , MutableMapping , TypeVar
66
77from pydantic import BaseModel as _BaseModel
@@ -72,13 +72,6 @@ class UserConfig(BaseModel):
7272 Email : EmailStr | None = None
7373 Suspended : list [str ] = []
7474 Quota : int | None = None
75- # TODO: These should be LHCbDIRAC specific
76- CERNAccountType : str | None = None
77- PrimaryCERNAccount : str | None = None
78- CERNPersonId : int | None = None
79-
80- # Mapping from VO name to affiliation end date (YYYY-MM-DD)
81- AffiliationEnds : dict [str , date ] = Field (default_factory = dict )
8275
8376
8477class GroupConfig (BaseModel ):
You can’t perform that action at this time.
0 commit comments