Skip to content

Commit

Permalink
lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Dec 27, 2024
1 parent 5b211b7 commit 6066e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ge_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _start(self):

cargo_bin = shutil.which('cargo')

self.process = subprocess.Popen(
self.process = subprocess.Popen( # pylint: disable=consider-using-with
[
cargo_bin,
'run',
Expand Down

0 comments on commit 6066e9f

Please sign in to comment.