Skip to content

Commit

Permalink
Break Circular Dependency (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Jul 12, 2023
1 parent 7044abb commit 77c577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/hub/datatransform/ciidstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CIIDStruct - case insenstive id matching data structure
"""
# pylint: disable=E0611
from biothings.hub.datatransform import IDStruct
from .datatransform import IDStruct


class CIIDStruct(IDStruct):
Expand Down

0 comments on commit 77c577c

Please sign in to comment.