mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-16 14:05:30 -05:00
using pathlib based local module import (#722)
* using pathlib based local module import * remove unused import
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
import pathlib
|
||||
sys.path.append(str(pathlib.Path(__file__).parent))
|
||||
|
||||
Reference in New Issue
Block a user