mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-08 15:25:05 +08:00
Update code style for Python
This commit is contained in:
@ -8,7 +8,7 @@ import os.path as osp
|
||||
import sys
|
||||
|
||||
sys.path.append(osp.dirname(osp.dirname(osp.abspath(__file__))))
|
||||
from include import *
|
||||
from modules import *
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
|
Reference in New Issue
Block a user