Skip to content

Commit

Permalink
[style] Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Jan 24, 2025
1 parent 3457321 commit fc0eb99
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions fixcore/tests/fixcore/config/config_handler_service_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from textwrap import dedent
from typing import List, cast, Dict
from typing import List, cast
import os

import pytest
Expand All @@ -13,7 +13,6 @@
from tests.fixcore.message_bus_test import wait_for_message
from fixcore.model.model import Kind, ComplexKind, Property
from fixcore.model.typed_model import to_js, from_js
from fixcore.types import Json
from types import SimpleNamespace


Expand Down
2 changes: 0 additions & 2 deletions fixcore/tests/fixcore/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
from fixcore.core_config import (
GraphConfig,
CoreConfig,
EditableConfig,
DatabaseConfig,
RuntimeConfig,
CustomCommandsConfig,
SnapshotsScheduleConfig,
Expand Down
1 change: 0 additions & 1 deletion fixcore/tests/fixcore/web/content_renderer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
json_array_gen,
json_simple_element_gen,
node_gen,
graph_stream,
)


Expand Down
2 changes: 1 addition & 1 deletion fixlib/test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from attrs import define, field
from typing import ClassVar, Dict, Any

from fixlib.baseresources import BaseResource, BaseSecurityGroup
from fixlib.baseresources import BaseSecurityGroup
from fixlib.config import Config, ConfigNotFoundError
from fixlib.args import get_arg_parser, ArgumentParser
from fixlib.core import add_args as core_add_args
Expand Down
1 change: 0 additions & 1 deletion fixlib/test/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import tempfile
import time

import cherrypy
import requests

from fixlib.utils import get_free_port
Expand Down
2 changes: 1 addition & 1 deletion plugins/k8s/test/resources_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from fixlib.types import Json

# noinspection PyUnresolvedReferences
from typing import Type, Tuple, TypeVar, List
from typing import Type, Tuple, List
import pytest

# noinspection PyUnresolvedReferences
Expand Down

0 comments on commit fc0eb99

Please sign in to comment.