Remove unnecessary import
This commit is contained in:
parent
a81c85eb56
commit
012719682c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse, sys
|
||||
import argparse
|
||||
|
||||
def verifier(i1, i2):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue