Skip to content

Commit

Permalink
Merge pull request #686 from ecalifornica/fix-linter-error-F403
Browse files Browse the repository at this point in the history
Explicitly define test imports
  • Loading branch information
reece committed Sep 12, 2023
2 parents 21e6106 + 211f2eb commit 7779a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/issues/test_437.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ def test_invitae_examples(parser, am37):


if __name__ == "__main__":
from hgvs.easy import *
from hgvs.easy import am37, parser

test_invitae_examples(parser=parser, am37=am37)

0 comments on commit 7779a0f

Please sign in to comment.