Skip to content

Commit 53b77be

Browse files
committed
FIX: update import of QA module
1 parent ef594e6 commit 53b77be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petdeface/petdeface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ def main(): # noqa: max-complexity: 12
12771277

12781278
try:
12791279
# Import qa module
1280-
import qa
1280+
from petdeface import qa
12811281
import sys
12821282

12831283
# Determine the defaced directory based on placement

0 commit comments

Comments
 (0)