Skip to content

Commit

Permalink
Skip issue for intentionally blank function
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Apr 17, 2021
1 parent a5ce76f commit bedc207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read(filename: Union[str, Path]) -> Iterator["File"]:


class _EmptyIO(StringIO):
def write(self, *args, **kwargs):
def write(self, *args, **kwargs): # skipcq: PTC-W0049
pass


Expand Down

0 comments on commit bedc207

Please sign in to comment.