Skip to content

Commit

Permalink
Remove unused fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Mar 27, 2023
1 parent 6eafd00 commit 1c06ccd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions smarts/core/sensors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ def step(self, sim_frame, sensor_states):
class Sensors:
"""Sensor related utilities"""

_log = logging.getLogger("Sensors")
_instance = None
_sim_local_constants: SimulationLocalConstants = None

@classmethod
def observe_serializable_sensor_batch(
cls,
Expand Down

0 comments on commit 1c06ccd

Please sign in to comment.