Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoChat committed Jun 3, 2024
1 parent 91901aa commit 6e7475c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pedpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
get_invalid_trajectory,
is_trajectory_valid,
)
from .methods.spatial_analysis import (
compute_pair_distibution_function,
)
from .methods.profile_calculator import (
DensityMethod,
SpeedMethod,
Expand All @@ -51,6 +48,7 @@
compute_speed_profile,
get_grid_cells,
)
from .methods.spatial_analysis import compute_pair_distibution_function
from .methods.speed_calculator import (
SpeedCalculation,
compute_individual_speed,
Expand Down

0 comments on commit 6e7475c

Please sign in to comment.