We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3482fbf commit b09252cCopy full SHA for b09252c
tests/test_helper_functions.py
@@ -1,7 +1,7 @@
1
# run by typing 'pytest' into the terminal
2
# for more detailed output use 'pytest -v -s'
3
import pytest
4
-import excel2sbol.helper_functions as hf
+import excel2sbol.helpers as hf
5
6
7
class Test_col_to_num:
0 commit comments