Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague committed Aug 6, 2019
1 parent aad9173 commit 6041307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/aim/config/aim_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pkg_resources
from aim.models import load_project_from_yaml
from aim.models import references
from copy import deepcopy
from aim.config import ConfigProcessor
from aim.core.exception import StackException
from aim.core.exception import AimErrorCode
Expand Down
1 change: 1 addition & 0 deletions src/aim/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import hashlib
from aim.core.exception import StackException
from copy import deepcopy
from functools import partial


Expand Down

0 comments on commit 6041307

Please sign in to comment.