Skip to content

Commit

Permalink
fix read_attribute declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
oroulet committed Jun 23, 2021
1 parent 5f7a641 commit b482a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def get_path(self):
pass

@syncmethod
def read_attributes(self):
def read_attributes(self, attrs):
pass


Expand Down

0 comments on commit b482a23

Please sign in to comment.