Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 20, 2021
1 parent 16d42f8 commit f6d3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/test_incrementaldatastore.py
Expand Up @@ -57,7 +57,7 @@ def test_command(crawl, caplog, tmp_path):
data_directory = tmp_path / 'fail' / '20200101_000000'
data_directory.mkdir(parents=True)

with (data_directory / 'data.json').open('w') as f:
with (data_directory / 'data.json').open('w') as f:
json.dump({'releases': [{'date': '2020-05-13T00:00:00Z'}]}, f)

connection = psycopg2.connect(os.getenv('KINGFISHER_COLLECT_DATABASE_URL'))
Expand Down

0 comments on commit f6d3f13

Please sign in to comment.