Skip to content

Commit dbeb4d3

Browse files
style(python): remove redundant noqa directive
Co-Authored-By: [email protected] <[email protected]>
1 parent d5c6321 commit dbeb4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/selfie-lib/tests/coroutines/test_CacheSelfie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class TestDiskStorage(DiskStorage):
13-
def read_disk( # noqa: ARG002
13+
def read_disk(
1414
self,
1515
sub: str, # noqa: ARG002
1616
call: CallStack, # noqa: ARG002

0 commit comments

Comments
 (0)