Browse Source

added missing import

Dimitri Korsch 1 year ago
parent
commit
38b6cf25e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cvargparse/argument.py

+ 1 - 0
cvargparse/argument.py

@@ -1,3 +1,4 @@
+import argparse
 
 class Argument(object):
 	def __init__(self, *args, **kw):