Skip to content

Commit 59f2c0c

Browse files
fix lint again
1 parent 4cc1706 commit 59f2c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class UserInfo:
1313

1414
def has_site_administrator_explorer_privileges(self):
1515
return self.site_role in [
16-
c.ROLE_SITE_ADMIN_EXPLORER,
17-
c.ROLE_SITE_ADMIN_CREATOR,
16+
c.ROLE_SITE_ADMIN_EXPLORER,
17+
c.ROLE_SITE_ADMIN_CREATOR,
1818
c.ROLE_SERVER_ADMIN,
1919
]
2020

0 commit comments

Comments
 (0)