Skip to content

Commit

Permalink
chore: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Jan 5, 2024
1 parent ba7dde1 commit 78b9d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula3/data/DataObject.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ def has_tag(self, tag):
"""
return True if tag in self._tag_indexes.keys() else False

def properties(self, tag = None):
def properties(self, tag=None):
"""get all properties of the specified tag
:param tag: the tag name
Expand Down

0 comments on commit 78b9d08

Please sign in to comment.