Skip to content

Commit

Permalink
Making flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Jun 26, 2022
1 parent 31827d0 commit 9d3a3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
OperationCircuitBreakerConfig,
)
# Imports are only available if we are running integrations tests
except:
except ImportError:
pass
lastUpdatedResponseBeforeLastAssertion = {
"dataset": {"operations": [{"lastUpdatedTimestamp": 1640685600000}]}
Expand Down

0 comments on commit 9d3a3de

Please sign in to comment.