Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aai_cli/commands/deploy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/commands/deploy/__init__.py
from __future__ import annotations

import typer
Expand Down
1 change: 0 additions & 1 deletion aai_cli/commands/dev/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/commands/dev/__init__.py
from __future__ import annotations

import typer
Expand Down
1 change: 0 additions & 1 deletion aai_cli/commands/init.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/commands/init.py
from __future__ import annotations

import typer
Expand Down
1 change: 0 additions & 1 deletion aai_cli/commands/share/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/commands/share/__init__.py
from __future__ import annotations

import typer
Expand Down
1 change: 0 additions & 1 deletion aai_cli/commands/webhooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/commands/webhooks/__init__.py
from __future__ import annotations

import typer
Expand Down
1 change: 0 additions & 1 deletion aai_cli/init/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/init/__init__.py
# Submodules (templates, keys, scaffold, runner, steps) are imported directly by
# consumers (e.g. `from aai_cli.init import scaffold`); re-exporting their members
# here would shadow the same-named submodule (notably `scaffold`), so we don't.
Expand Down
1 change: 0 additions & 1 deletion aai_cli/init/devserver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/init/devserver.py
from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion aai_cli/init/procfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/init/procfile.py
from __future__ import annotations

import re
Expand Down
1 change: 0 additions & 1 deletion aai_cli/init/runner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/init/runner.py
from __future__ import annotations

import os
Expand Down
1 change: 0 additions & 1 deletion aai_cli/init/scaffold.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/init/scaffold.py
from __future__ import annotations

import os
Expand Down
1 change: 0 additions & 1 deletion aai_cli/init/tunnel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# aai_cli/init/tunnel.py
from __future__ import annotations

import os
Expand Down
Loading