Compare commits

..

No commits in common. "b1f325432c77a9f6bbf98f9438f1d98cc1a04b80" and "df6607906058efc12e8d161ae230d42d4f1b3494" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -56,9 +56,6 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
pkgs.python3Packages.black
pkgs.python3Packages.isort
pkgs.python3Packages.mypy
python3
];