Skip to content

Commit

Permalink
fix: Runned flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro-Meireles committed Apr 30, 2021
1 parent fec0ef0 commit 096279b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bothub/common/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import uuid
from functools import reduce

Expand Down Expand Up @@ -404,7 +403,7 @@ def request_nlp_train(self, user_authorization, data):
},
)
return r # pragma: no cover

except requests.exceptions.ConnectionError: # pragma: no cover
raise APIException( # pragma: no cover
{"status_code": status.HTTP_503_SERVICE_UNAVAILABLE},
Expand Down

0 comments on commit 096279b

Please sign in to comment.