Skip to content

Commit

Permalink
chore: Import types module in provider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Jul 5, 2024
1 parent 0b7adc8 commit 2c8ef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/uds/core/services/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
import logging
import typing

from uds.core import types
from uds.core import module, environment, consts
from uds.core.ui import gui

# Not imported at runtime, just for type checking
if typing.TYPE_CHECKING:
from .service import Service
from uds import models
from uds.core import types

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 2c8ef0c

Please sign in to comment.