Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi committed Oct 24, 2024
1 parent ebc69bb commit 81d05ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_post_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_post_good_query_with_params(self, mocker):
"""Produce code for a simple good query"""

with TemporaryDirectory() as tempdir, \
open(os.path.join(tempdir, "baz.txt"), 'w'),\
open(os.path.join(tempdir, "baz.txt"), 'w'), \
open(os.path.join(tempdir, "foo.txt"), 'w'):

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

with TemporaryDirectory() as tempdir, \
open(os.path.join(tempdir, "baz.txt"), 'w'),\
open(os.path.join(tempdir, "baz.txt"), 'w'), \
open(os.path.join(tempdir, "foo.txt"), 'w'):

mock_ast_translator = mocker.Mock()
Expand Down

0 comments on commit 81d05ed

Please sign in to comment.