Skip to content

Commit

Permalink
👕 Fix (no-member)
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Feb 1, 2019
1 parent d3d63ba commit ddac3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_asset_path(
])


# pylint: disable=no-member
def patch_collections_abc(member):
if six.PY2:
return getattr(collections, member)
Expand Down

0 comments on commit ddac3c7

Please sign in to comment.