Skip to content

Commit c085125

Browse files
committed
I don't use this command anymore
currently I'm not even sure how it should work
1 parent c0f9a6d commit c085125

File tree

3 files changed

+1
-197
lines changed

3 files changed

+1
-197
lines changed

src/falco_cli/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
from .fmt import Fmt
44
from .start_project import StartProject
5-
from .sync_dotenv import SyncDotenv
65
from .update_project import UpdateProject
76

87

98
@cappa.command(
109
help="Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.",
1110
)
1211
class Falco:
13-
subcommand: cappa.Subcommands[StartProject | UpdateProject | Fmt | SyncDotenv]
12+
subcommand: cappa.Subcommands[StartProject | UpdateProject | Fmt]
1413

1514

1615
def main():

src/falco_cli/sync_dotenv.py

Lines changed: 0 additions & 133 deletions
This file was deleted.

tests/commands/test_sync_dotenv.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)