mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-15 23:05:12 -05:00
using pathlib based local module import (#722)
* using pathlib based local module import * remove unused import
This commit is contained in:
@@ -28,12 +28,11 @@ Rojas (rafaelrojasmiliani@gmail.com)
|
||||
|
||||
import math
|
||||
import random
|
||||
from sobol import sobol_quasirand
|
||||
import sys
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
||||
from sobol import sobol_quasirand
|
||||
|
||||
show_animation = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user