We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fcd17 commit 0c21d54Copy full SHA for 0c21d54
annofabapi/wrapper.py
@@ -25,8 +25,6 @@ def __init__(self, api: AnnofabApi):
25
api: AnnofabApi Instance
26
"""
27
self.api = api
28
- import annofabapi.enum
29
- annofabapi.enum.TaskPhase
30
31
#########################################
32
# Private Method
0 commit comments