Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Oct 18, 2023
1 parent 7c46658 commit 62a7f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/contrib.data_sources.standard/test_init.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
from sqlalchemy.orm import declarative_base
from sqlalchemy import String, DateTime, Column
from pyramid_oereb.contrib.data_sources.standard import create_schema_sql, tables, create_tables_sql,\
from pyramid_oereb.contrib.data_sources.standard import create_schema_sql, tables, create_tables_sql, \
create_sql


Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_hook_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from pyramid_oereb.core.records.view_service import LegendEntryRecord
from pyramid_oereb.core.records.real_estate import RealEstateRecord
from pyramid_oereb.core.hook_methods import compare, get_symbol, get_symbol_ref, \
get_logo_ref, get_qr_code_ref, get_surveying_data_update_date,\
get_logo_ref, get_qr_code_ref, get_surveying_data_update_date, \
plr_sort_within_themes
from pyramid_oereb.contrib.data_sources.standard.sources.plr import StandardThemeConfigParser
import pyramid_oereb.contrib.data_sources.standard.hook_methods
Expand Down

0 comments on commit 62a7f64

Please sign in to comment.