Skip to content

Commit

Permalink
sql_model: remove unused (and obsolete) import of Tuple type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
hagau committed Aug 12, 2024
1 parent b1ec6af commit c239902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sql_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import sqlalchemy as sqla

from typing import Tuple


class OmnetppTableModel:
r"""
Expand Down

0 comments on commit c239902

Please sign in to comment.