Skip to content

Commit 7c3710c

Browse files
author
zaihuaji
committed
from .pg_file import PgFile
1 parent cf53da6 commit 7c3710c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rda_python_common/pg_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
import re
1717
import time
18-
from pg_file import PgFile
18+
from .pg_file import PgFile
1919

2020
class PgLock(PgFile):
2121

0 commit comments

Comments
 (0)