Skip to content

Commit b09252c

Browse files
committed
changed the call of helpers from helper_functions to helpers
1 parent 3482fbf commit b09252c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_helper_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# run by typing 'pytest' into the terminal
22
# for more detailed output use 'pytest -v -s'
33
import pytest
4-
import excel2sbol.helper_functions as hf
4+
import excel2sbol.helpers as hf
55

66

77
class Test_col_to_num:

0 commit comments

Comments
 (0)