Skip to content

Commit

Permalink
fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartel committed Aug 11, 2022
1 parent 1fddc7d commit db9e4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from http.server import HTTPServer
import time
from aleph_alpha_client.aleph_alpha_client import AlephAlphaClient, BusyError
import pytest
import requests
from tests.common import client, model_name
from pytest_httpserver import HTTPServer


@pytest.mark.parametrize(
Expand Down

0 comments on commit db9e4da

Please sign in to comment.