Skip to content

Commit 2bb719b

Browse files
Typing -- finishing touches.
1 parent 08d81fd commit 2bb719b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[mypy]
2-
ignore_missing_imports = True
2+
ignore_missing_imports = True
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from typing import Any
2-
31
def main(domain: str, django_version: str, python_version: str, nuke: bool) -> None: ...

0 commit comments

Comments
 (0)