Skip to content

Commit

Permalink
Fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Nov 6, 2023
1 parent 30945bd commit 023dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import unittest

# Package/Application
from .. import wm_utils as utils
from wafer_map import wm_utils as utils


class LinearGradient(unittest.TestCase):
Expand Down

0 comments on commit 023dac1

Please sign in to comment.