formatted imports
This commit is contained in:
parent
d8ca92dce6
commit
1221f43caf
13 changed files with 110 additions and 80 deletions
|
@ -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 = """---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from pathlib import Path
|
||||
|
||||
from zona import util
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue