Skip to content

Commit

Permalink
Fix formatting and remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsalomon committed Jan 18, 2021
1 parent fbcdb93 commit b0030de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion alice/onboarding/onboarding.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import List, Dict
from enum import Enum

from meiga import Result, Success, Failure, isSuccess

Expand Down
1 change: 0 additions & 1 deletion alice/onboarding/onboarding_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def healthcheck(self, verbose: bool = False) -> Response:
print_intro("healthcheck", verbose=verbose)

response = requests.get(f"{self.url}/healthcheck")


print_response(response=response, verbose=verbose)

Expand Down
2 changes: 1 addition & 1 deletion alice/public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Webhooks",
"WebhooksClient",
"Webhook",
"Decision"
"Decision",
]


Expand Down

0 comments on commit b0030de

Please sign in to comment.