Skip to content

Commit

Permalink
Remove now-unneeded noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Jan 12, 2024
1 parent c8daed4 commit f98f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def __init__(self, path: str, entity: BidsEntity) -> None:


class _Documented(Protocol):
__doc__: str # noqa: A003
__doc__: str


def property_alias(
Expand Down

0 comments on commit f98f97d

Please sign in to comment.