Skip to content

Commit

Permalink
fixed spacing for pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Mar 8, 2024
1 parent e90c5d9 commit dc02772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wxflow/sqlitedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

__all__ = ["SQLiteDB"]


class SQLiteDBError(Exception):
"""
Base class for SQLiteDB exceptions.
"""
OperationalError = sqlite3.OperationalError
IntegrityError = sqlite3.IntegrityError


class SQLiteDB:
"""
A class for interacting with an SQLite3 database.
Expand Down

0 comments on commit dc02772

Please sign in to comment.