Skip to content

Commit

Permalink
mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanjp91 committed Nov 10, 2023
1 parent 74acf99 commit 4be8446
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion darwin/future/tests/core/datasets/test_list_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def test_it_returns_an_error_if_the_client_returns_an_http_error(
with pytest.raises(BadRequest) as execinfo:
list_datasets(base_client)

assert execinfo.value.args[0].status_code == 400 # type: ignore
assert execinfo.value.args[0].status_code == 400
1 change: 0 additions & 1 deletion darwin/future/tests/core/items/test_set_item_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest
import responses
from requests import HTTPError

from darwin.future.core.client import ClientCore
from darwin.future.core.items.set_item_layout import set_item_layout
Expand Down

0 comments on commit 4be8446

Please sign in to comment.