Skip to content

Commit 1a13bd8

Browse files
committed
fix: lint for catching broad errors
1 parent 24fcff8 commit 1a13bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pubsub_fn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def test_datetime_without_mircroseconds_doesnt_throw(self):
154154
)
155155
try:
156156
_message_handler(lambda _: None, raw_event)
157+
# pylint: disable=broad-except
157158
except Exception:
158159
self.fail(
159160
"Datetime without microseconds should not throw an exception")

0 commit comments

Comments
 (0)