Skip to content

Commit

Permalink
Fix deprecation (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz authored Jan 8, 2024
1 parent 2240a58 commit 21cfcb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyramid_oereb/contrib/data_sources/oereblex/models/theme.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from sqlalchemy import Column, ForeignKey
from sqlalchemy import String, Integer, Date
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relationship
from sqlalchemy.orm import declarative_base, relationship

from pyramid_oereb.contrib.data_sources.standard.models import (
get_office,
Expand Down

0 comments on commit 21cfcb9

Please sign in to comment.