format tests
This commit is contained in:
parent
631035090e
commit
1d882bc72b
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
import pytest
|
||||
|
||||
from app.utils import (guard_against_none, guard_against_none_or_empty_str,
|
||||
key_error_silence)
|
||||
from app.utils import (
|
||||
guard_against_none,
|
||||
guard_against_none_or_empty_str,
|
||||
key_error_silence,
|
||||
)
|
||||
|
||||
|
||||
def test_key_error_silence():
|
||||
|
|
Loading…
Reference in a new issue