Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Nov 25, 2024
1 parent 9d53138 commit 09729ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/restic_compose_backup/restic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Restic commands
"""
import logging
import os
import subprocess
from pathlib import Path
from typing import List, Tuple
Expand Down

0 comments on commit 09729ad

Please sign in to comment.