Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Dec 2, 2022
1 parent 6556ece commit d832e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/fixtures/full_config/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from pathlib import Path
from .config import SseConfig

import springs as sp

from .config import SseConfig

sp.scan(path=Path(__file__).parent, ok_ext=["yaml"])


Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/full_config/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Any, Dict, List, Optional, Union
from dataclasses import dataclass
from typing import Any, Dict, List, Optional, Union

import springs as sp

Expand Down

0 comments on commit d832e7f

Please sign in to comment.