Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <anton.gruebel@gmail.com>
  • Loading branch information
gruebel committed Jul 20, 2024
1 parent 245cb55 commit 4174fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfeature/hook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HookType(Enum):


class HookContext:
def __init__( # noqa: PLR0913
def __init__(
self,
flag_key: str,
flag_type: FlagType,
Expand Down

0 comments on commit 4174fe4

Please sign in to comment.