Skip to content

Commit 1af4784

Browse files
committed
Fix "NameError: name 'OptionValueError' is not defined"
1 parent beca98e commit 1af4784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mprof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import copy
99
import time
1010
import math
1111

12-
from optparse import OptionParser
12+
from optparse import OptionParser, OptionValueError
1313

1414
import memory_profiler as mp
1515

0 commit comments

Comments
 (0)