Another pre-commit stylistic fix. Necessary since apparently

the git action uses a more recent version of pre-commit than
travis did, and the newer pre-commit requires different things
than the old one did.
pull/1/head
Michael Chisholm 2021-03-31 21:31:59 -04:00
parent 82148aa1ac
commit 33128908c7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ EXPECTED_LOCATION_2_REPR = "Location(" + " ".join(
id='location--a6e9345f-5a15-4c29-8bb3-7dcc5d168d64', id='location--a6e9345f-5a15-4c29-8bb3-7dcc5d168d64',
created='2016-04-06T20:03:00.000Z', created='2016-04-06T20:03:00.000Z',
modified='2016-04-06T20:03:00.000Z', modified='2016-04-06T20:03:00.000Z',
region='northern-america'""".split() region='northern-america'""".split(),
) + ")" ) + ")"