Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Dec 11, 2024
1 parent c820dc1 commit b820592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ create_legend_entries = "pyramid_oereb.contrib.data_sources.standard.load_legend
create_stats_tables = "pyramid_oereb.contrib.stats.scripts.create_stats_tables:create_stats_tables"

[tool.flake8]
exclude = [".venv", "tests/init_db.py"]
exclude = [".venv", "tests/init_db.py", ".build"]
max-line-length = 110

[tool.pytest.ini_options]
Expand Down
1 change: 0 additions & 1 deletion pyramid_oereb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pyramid.config import Configurator



log = logging.getLogger(__name__)
route_prefix = None
# initially instantiate database adapter for global session handling
Expand Down

0 comments on commit b820592

Please sign in to comment.