Skip to content

Commit 8c74d2d

Browse files
committed
Fix unused imports
1 parent 16daaa0 commit 8c74d2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • deployer/dev_commands/generate

deployer/dev_commands/generate/mau.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
from time import timezone
2-
from typing import Annotated, Literal, Optional
1+
from typing import Annotated, Optional
32

43
from rich import progress
5-
from rich.console import Console
64
from rich.table import Table
75
from rich.live import Live
86
from deployer.cli_app import generate_app

0 commit comments

Comments
 (0)