Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajtxx committed Jun 6, 2024
1 parent b935582 commit 0f7e9e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/api/client/DAO.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class DAOUniqeConstraintException(DAOException):


conn_pool = None
_geometry_type_oid = None
_physical_device_select_all_cols = """
select uid, source_name, name, (select row_to_json(_) from (select ST_Y(location) as lat, ST_X(location) as long) as _) as location, last_seen, source_ids, properties from physical_devices
"""
Expand Down

0 comments on commit 0f7e9e1

Please sign in to comment.