Skip to content

Commit

Permalink
Fix pylint issue in fs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Nov 22, 2024
1 parent 3e87db4 commit 31347cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alteza/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def processMarkdown(text: str) -> Result:

class NonMd(PyPageNode):
def __init__(
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments
self,
realName: str,
rectifiedFileName: str,
Expand Down

0 comments on commit 31347cc

Please sign in to comment.