Skip to content

Commit

Permalink
Fix format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseIgnacioTamayo committed Jul 31, 2024
1 parent 5ac4a75 commit eaa4558
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyangbind/helpers/identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def build_store_from_definitions(self, ctx, defnd):

defining_module = defmod.arg


# Check we don't already have this identity defined
if self.find_identity_by_source_name(defining_module, iddef.arg) is not None:
continue
Expand Down Expand Up @@ -123,7 +122,7 @@ def build_store_from_definitions(self, ctx, defnd):
# sys.stderr.write("could not find a match for %s base: %s\n" %
# (iddef.arg, base_name))
# error_ids.append(ident)

base_ids.append(base_id)

else:
Expand Down

0 comments on commit eaa4558

Please sign in to comment.