Skip to content

Commit 3223b13

Browse files
authored
Apply suggestions from code review
1 parent 7d060f4 commit 3223b13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/litmodels/integrations/checkpoints.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def __init__(self, model_name: str, *args: Any, **kwargs: Any) -> None:
4242
super().__init__(*args, **kwargs)
4343
self.model_name = model_name
4444

45-
try:
46-
# authenticate before anything else starts
45+
try: # authenticate before anything else starts
4746
auth = Auth()
4847
auth.authenticate()
4948
except Exception:

0 commit comments

Comments
 (0)