Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jan 26, 2024
1 parent 31de18a commit 0131ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabrictestbed_extensions/fablib/fablib.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def __build_slice_manager(self) -> SliceManager:
token_location=self.get_token_location(),
initialize=True,
scope="all",
auto_refresh=self.auto_token_refresh
auto_refresh=self.auto_token_refresh,
)
self.slice_manager.initialize()
logging.debug("Slice manager initialized!")
Expand Down

0 comments on commit 0131ed1

Please sign in to comment.