Skip to content

Commit b2be9ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cebd548 commit b2be9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytask_julia/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from __future__ import annotations
44

55
import json
6+
import uuid
67
from pathlib import Path
78
from typing import Any
89
from typing import Callable
9-
import uuid
1010

1111
from pytask import PTask
1212
from pytask import PTaskWithPath

0 commit comments

Comments
 (0)