Skip to content

Commit 961a449

Browse files
author
Brian Kohan
committed
try fix linting erropr
1 parent f2362a2 commit 961a449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_typer/apps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
patch.apply()
2222

23-
rich: t.Union[ModuleType, None]
24-
traceback: t.Union[ModuleType, None]
23+
rich: t.Optional[ModuleType]
24+
traceback: t.Optional[ModuleType]
2525

2626
try:
2727
import sys

0 commit comments

Comments
 (0)