mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 17:58:07 +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 pathlib import Path
|
||||||
|
|
||||||
from restic_compose_backup.containers import Container
|
from restic_compose_backup.containers import Container
|
||||||
@@ -8,6 +9,7 @@ from restic_compose_backup import (
|
|||||||
)
|
)
|
||||||
from restic_compose_backup import utils
|
from restic_compose_backup import utils
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
class MariadbContainer(Container):
|
class MariadbContainer(Container):
|
||||||
container_type = 'mariadb'
|
container_type = 'mariadb'
|
||||||
|
|||||||
Reference in New Issue
Block a user