Skip to content

Commit

Permalink
ignore black . issue (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jan 7, 2022
1 parent 959f2ed commit 1b2980c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/core/tests/card_timeout.py
Expand Up @@ -9,8 +9,7 @@ class CardTimeoutTest(MetaflowTest):
"""

PRIORITY = 2

@tag('card(type="test_timeout_card",timeout=10,options=dict(timeout=20),save_errors=False)')
@tag('card(type="test_timeout_card",timeout=10,options=dict(timeout=20),save_errors=False)') # fmt: skip
@steps(0, ["start"])
def step_start(self):
from metaflow import current
Expand Down

0 comments on commit 1b2980c

Please sign in to comment.