We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d24ca commit da2bf53Copy full SHA for da2bf53
packages/celery-library/src/celery_library/types.py
@@ -2,8 +2,8 @@
2
from pathlib import Path
3
from typing import Any
4
5
-from kombu.utils.json import register_type
6
-from pydantic import BaseModel # type: ignore[import-untyped]
+from kombu.utils.json import register_type # type: ignore[import-untyped]
+from pydantic import BaseModel
7
8
9
def _path_encoder(obj):
0 commit comments