mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
import cleanup
This commit is contained in:
parent
baf2119867
commit
3ac23e0bae
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,6 @@ from ipaddress import IPv4Network
|
|||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
import toml
|
||||
from pydantic import ValidationError
|
||||
|
||||
from kiwi_scp.config import Config
|
||||
|
@ -16,6 +15,8 @@ class UnCoercible:
|
|||
|
||||
|
||||
def test_default():
|
||||
import toml
|
||||
|
||||
c = Config()
|
||||
version = toml.load("./pyproject.toml")["tool"]["poetry"]["version"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue