Skip to content

Commit 5f09517

Browse files
committed
Linting
1 parent a46fa78 commit 5f09517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

harp/schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from importlib import resources
22
from os import PathLike
33
from typing import TextIO, Union
4-
from pydantic import TypeAdapter
4+
55
import yaml
6+
from pydantic import TypeAdapter
67

78
from harp.model import Model, Registers
89

0 commit comments

Comments
 (0)