Skip to content

Commit

Permalink
fix: rm extra exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Oct 3, 2024
1 parent 8458366 commit e99854f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/teamster/code_locations/kipptaf/_google/sheets/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def google_sheets_asset_sensor(
continue
else:
raise e
except Exception as e:
context.log.error(msg=str(e))
raise e

last_update_time = _check.inst(
pendulum.parse(text=spreadsheet.get_lastUpdateTime()), pendulum.DateTime
Expand Down

0 comments on commit e99854f

Please sign in to comment.