Skip to content

Commit 5b94f7b

Browse files
committed
Updated imports to reflect new package structure
1 parent a1e27a6 commit 5b94f7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import os
2-
import sys
31
import functools
4-
import liaBackend as backend
2+
import sys
3+
4+
from lia import liaBackend as backend
5+
56

67
def test_parseHeader():
78
testString = ",,,date,,amount,,description,"

0 commit comments

Comments
 (0)