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
parent
82148aa1ac
commit
33128908c7
|
@ -47,7 +47,7 @@ EXPECTED_LOCATION_2_REPR = "Location(" + " ".join(
|
|||
id='location--a6e9345f-5a15-4c29-8bb3-7dcc5d168d64',
|
||||
created='2016-04-06T20:03:00.000Z',
|
||||
modified='2016-04-06T20:03:00.000Z',
|
||||
region='northern-america'""".split()
|
||||
region='northern-america'""".split(),
|
||||
) + ")"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue