We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e27a6 commit 5b94f7bCopy full SHA for 5b94f7b
tests.py
@@ -1,7 +1,8 @@
1
-import os
2
-import sys
3
import functools
4
-import liaBackend as backend
+import sys
+
+from lia import liaBackend as backend
5
6
7
def test_parseHeader():
8
testString = ",,,date,,amount,,description,"
0 commit comments