Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agavepy/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if not load_dotenv(find_dotenv(usecwd=True)):
load_dotenv(os.path.join(os.path.expanduser('~'), '.env'))

from attrdict import AttrDict # noqa
from ..util import AttrDict # noqa
from .helpers import ENV_PREFIX # noqa
from .log import * # noqa
from .tenancy import * # noqa
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ petname>=2.6
cloudpickle>=1.3.0
requests_toolbelt>=0.9.1
future>=0.18.2
attrdict>=2.0.0
requests>=2.23.0
arrow>=0.15.5
curlify>=2.2.1
Expand Down