Skip to content

Commit

Permalink
Fix relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
doismellburning committed May 14, 2024
1 parent 5dd3b44 commit becb713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion einstein/intellivue/test_asn_length_field.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from association import AssocReqUserData, MDSEUserInfoStd
from .association import AssocReqUserData, MDSEUserInfoStd


def test_trivial_construction():
Expand Down
2 changes: 1 addition & 1 deletion einstein/intellivue/test_association.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from association import *
from .association import *

def test_association():
pass
Expand Down

0 comments on commit becb713

Please sign in to comment.