Skip to content

Commit 6dc38ed

Browse files
committed
remove unused logger
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent d48d187 commit 6dc38ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/models/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Model with service configuration."""
22

3-
import logging
43
from pathlib import Path
54
from typing import Optional, Any, Pattern, Dict
65
from enum import Enum
@@ -26,8 +25,6 @@
2625

2726
from utils import checks
2827

29-
logger = logging.getLogger(__name__)
30-
3128

3229
class ConfigurationBase(BaseModel):
3330
"""Base class for all configuration models that rejects unknown fields."""

0 commit comments

Comments
 (0)