Compare commits
No commits in common. "b1f325432c77a9f6bbf98f9438f1d98cc1a04b80" and "df6607906058efc12e8d161ae230d42d4f1b3494" have entirely different histories.
b1f325432c
...
df66079060
|
@ -1,9 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Mypy has issues with assigning Callable to fields of objects
|
||||
# See https://github.com/python/mypy/issues/708
|
||||
# type: ignore
|
||||
|
||||
import itertools
|
||||
import sys
|
||||
from copy import deepcopy
|
||||
|
|
Loading…
Reference in a new issue