Skip to content

Commit 81d05ed

Browse files
committed
Flake8
1 parent ebc69bb commit 81d05ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_post_operation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_post_good_query_with_params(self, mocker):
5757
"""Produce code for a simple good query"""
5858

5959
with TemporaryDirectory() as tempdir, \
60-
open(os.path.join(tempdir, "baz.txt"), 'w'),\
60+
open(os.path.join(tempdir, "baz.txt"), 'w'), \
6161
open(os.path.join(tempdir, "foo.txt"), 'w'):
6262

6363
mock_ast_translator = mocker.Mock()
@@ -102,7 +102,7 @@ def test_post_good_query_without_params(self, mocker):
102102
"""Produce code for a simple good query"""
103103

104104
with TemporaryDirectory() as tempdir, \
105-
open(os.path.join(tempdir, "baz.txt"), 'w'),\
105+
open(os.path.join(tempdir, "baz.txt"), 'w'), \
106106
open(os.path.join(tempdir, "foo.txt"), 'w'):
107107

108108
mock_ast_translator = mocker.Mock()

0 commit comments

Comments
 (0)