Skip to content

Commit

Permalink
Merge pull request #3313 from mozilla/erogol-patch-1
Browse files Browse the repository at this point in the history
fix missing import 'sys'
  • Loading branch information
lissyx authored Sep 8, 2020
2 parents 012e7bf + b2df360 commit 11be0a5
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 11be0a5

Please sign in to comment.