Skip to content

Commit c465dab

Browse files
author
何涛
committed
refactor: refine the operation.py name to prevent from dep name conflict
1 parent 6e1c7c7 commit c465dab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

operate/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
import argparse
55
from operate.utils.style import ANSI_BRIGHT_MAGENTA
6-
from operate.operate import main
6+
from operate.run_operate import main
77

88

99
def main_entry():
File renamed without changes.

0 commit comments

Comments
 (0)