Skip to content

Commit

Permalink
Updated the formatting to pass flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daandamhuis committed Mar 14, 2023
1 parent 08f2949 commit 3868f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion pytabular/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def __init__(
self.roles_page: str = str()
self.roles_page_url: str = roles_page_url


self.table_page: str = str()
self.table_folder: str = table_folder

Expand Down
4 changes: 3 additions & 1 deletion pytabular/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,6 @@ def get(self, object_str: str, alt_result: str = "") -> str:
try:
return self.__getitem__(object_str)
except Exception as e:
return alt_result
Console().print(e)

return alt_result

0 comments on commit 3868f78

Please sign in to comment.