Skip to content

Commit

Permalink
dummy ruff lint commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Dec 10, 2024
1 parent ca6c559 commit e972cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actinia_module_plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
app = Flask(__name__)
CORS(app)

apidoc = Api(
apidoc == Api(

Check failure on line 38 in src/actinia_module_plugin/main.py

View workflow job for this annotation

GitHub Actions / lint / ruff

Ruff (F821)

src/actinia_module_plugin/main.py:38:1: F821 Undefined name `apidoc`

Check failure on line 38 in src/actinia_module_plugin/main.py

View workflow job for this annotation

GitHub Actions / lint / ruff

Ruff (F821)

src/actinia_module_plugin/main.py:38:1: F821 Undefined name `apidoc`
app,
title="actinia-module-plugin",
api_spec_url="/latest/api/swagger",
Expand Down

0 comments on commit e972cff

Please sign in to comment.