Skip to content

Commit ebcc830

Browse files
authored
Removing zipfile import as that was only needed for previous testing
1 parent c5bc40c commit ebcc830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agfusion/parsers.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
import re
77
import csv
8-
import zipfile
98

109

1110
class _Parser(object):

0 commit comments

Comments
 (0)