Skip to content

Commit

Permalink
attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfabi committed May 5, 2024
1 parent 48f2505 commit 6fd3727
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions co2calculator/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
calc_co2_bicycle,
calc_co2_bus,
calc_co2_car,
calc_co2_ferry,
calc_co2_motorbike,
calc_co2_pedelec,
calc_co2_plane,
calc_co2_train,
calc_co2_tram,
)
Expand All @@ -26,16 +24,10 @@
CarFuel,
BusFuel,
TrainFuel,
BusTrainRange,
FlightClass,
FerryClass,
ElectricityFuel,
HeatingFuel,
Unit,
TransportationMode,
)
from .data_handlers import EmissionFactors, ConversionFactors

from .distances import create_distance_request, get_distance, range_categories

script_path = str(Path(__file__).parent)

Expand Down

0 comments on commit 6fd3727

Please sign in to comment.