Skip to content

Commit

Permalink
applied black to dt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
westandskif committed Aug 2, 2023
1 parent f319f0d commit 16f4bed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_dt_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

SUPPORTED_FMT_TOKENS = "%% %A %a %B %H %I %M %S %Y %b %d %f %m %p %u %w %y"

ALL_FMT_TOKENS = (
"%% %A %a %B %b %c %d %f %G %H %I %j %M %m %p %S %U %u %V %W %w %X %x %Y %y %Z %z"
)
ALL_FMT_TOKENS = "%% %A %a %B %b %c %d %f %G %H %I %j %M %m %p %S %U %u %V %W %w %X %x %Y %y %Z %z"
# UNSUPPORTED = "%U %W %X %Z %c %j %x %z %G %V"


@pytest.fixture
def all_delimiters():
return [" ", ", ", "\t"] + list(
Expand Down

0 comments on commit 16f4bed

Please sign in to comment.