Skip to content

Commit

Permalink
fix missing import 'sys'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eren Gölge authored Sep 8, 2020
1 parent 012e7bf commit b2df360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/import_cv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
import csv
import os
import sys
import subprocess
import tarfile
from glob import glob
Expand Down

0 comments on commit b2df360

Please sign in to comment.