mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 09:52:21 +00:00
fix: import logging module
This commit is contained in:
committed by
Silthus
parent
02a3e83d53
commit
ef6ee71d2a
@@ -1,3 +1,4 @@
|
||||
import logging
|
||||
from pathlib import Path
|
||||
|
||||
from restic_compose_backup.containers import Container
|
||||
@@ -8,6 +9,7 @@ from restic_compose_backup import (
|
||||
)
|
||||
from restic_compose_backup import utils
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class MariadbContainer(Container):
|
||||
container_type = 'mariadb'
|
||||
|
||||
Reference in New Issue
Block a user