Skip to content

Commit 937973a

Browse files
fix lint
1 parent a62c3a3 commit 937973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/ingestion/source/tableau/tableau_server_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def is_site_administrator_explorer(self):
1515
return self.site_role in [
1616
c.ROLE_SITE_ADMIN_EXPLORER,
1717
c.ROLE_SITE_ADMIN_CREATOR,
18-
ROLE_SERVER_ADMIN
18+
c.ROLE_SERVER_ADMIN,
1919
]
2020

2121
@staticmethod

0 commit comments

Comments
 (0)