Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andreilitvin committed Jul 21, 2023
1 parent 5fab229 commit 14395d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/chip/native/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ class HandleFlags(enum.Flag):
REQUIRE_INITIALIZATION = enum.auto()


def GetLibraryHandle(flags = HandleFlags.REQUIRE_INITIALIZATION):
def GetLibraryHandle(flags=HandleFlags.REQUIRE_INITIALIZATION):
return _GetLibraryHandle(HandleFlags.REQUIRE_INITIALIZATION in flags)

0 comments on commit 14395d2

Please sign in to comment.