Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen committed Oct 24, 2023
1 parent f0cf1bc commit b30b565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion darwin/future/core/items/set_item_priority.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Dict, Optional
from typing import Dict
from uuid import UUID

from darwin.future.core.client import ClientCore
Expand Down
1 change: 0 additions & 1 deletion darwin/future/tests/core/items/test_set_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import pytest
import responses
from sklearn import base

from darwin.exceptions import DarwinException
from darwin.future.core.client import ClientCore
Expand Down

0 comments on commit b30b565

Please sign in to comment.