Skip to content

Commit da2bf53

Browse files
typecheck
1 parent 69d24ca commit da2bf53

File tree

1 file changed

+2
-2
lines changed
  • packages/celery-library/src/celery_library

1 file changed

+2
-2
lines changed

packages/celery-library/src/celery_library/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from pathlib import Path
33
from typing import Any
44

5-
from kombu.utils.json import register_type
6-
from pydantic import BaseModel # type: ignore[import-untyped]
5+
from kombu.utils.json import register_type # type: ignore[import-untyped]
6+
from pydantic import BaseModel
77

88

99
def _path_encoder(obj):

0 commit comments

Comments
 (0)