Skip to content

Commit 9b495c6

Browse files
committed
chore(test): Rm unused variables
1 parent 7c1515c commit 9b495c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_main.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
import logging
2-
31
import pytest
42
from pydantic import BaseModel
53
from pydantic_settings import SettingsConfigDict
64

75
from pydantic_ssm_settings import AwsSsmSourceConfig, SsmSettingsConfigDict
86

9-
logger = logging.getLogger("pydantic_ssm_settings")
10-
logger.setLevel(logging.DEBUG)
11-
127

138
class SimpleSettings(AwsSsmSourceConfig):
149
foo: str

0 commit comments

Comments
 (0)