formatted imports

This commit is contained in:
Daniel Fichtinger 2025-07-06 00:35:04 -04:00
parent d8ca92dce6
commit 1221f43caf
13 changed files with 110 additions and 80 deletions

View file

@ -1,9 +1,11 @@
import pytest
from datetime import date
from zona.metadata import Metadata
from zona.builder import split_metadata, discover, build
from pathlib import Path
import pytest
from zona.builder import build, discover, split_metadata
from zona.metadata import Metadata
def test_split_metadata(tmp_path: Path):
content = """---

View file

@ -1,4 +1,5 @@
from pathlib import Path
from zona import util