Skip to content

Commit e837edd

Browse files
committed
fix(backup): fix test import
1 parent adaaf97 commit e837edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/src/backup/test_utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pathlib import Path
1010
from zipfile import ZipFile
1111

12-
import utilities
12+
from . import utilities
1313

1414

1515
def test_add_to_zip():

0 commit comments

Comments
 (0)