Skip to content

Commit

Permalink
Update telcell/celldb/pgdatabase.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mattijs Ugen <[email protected]>
  • Loading branch information
wowtor and akaIDIOT authored Dec 4, 2024
1 parent df83a85 commit a2dba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telcell/celldb/pgdatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _build_antenna(row: Tuple) -> Properties:


def _build_cell_identity_query(ci):
if ci is not None and not isinstance(ci, CellIdentity):
if not isinstance(ci, CellIdentity):
raise ValueError(f"ci expected to be CellIdentity; found: {type(ci)}")

qwhere = []
Expand Down

0 comments on commit a2dba73

Please sign in to comment.