Skip to content

Commit

Permalink
fix: formatting and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 committed Nov 17, 2023
1 parent 6a31938 commit 19d16d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ohsome/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pathlib import Path
from typing import Union, Optional, List
from urllib.parse import urljoin
import datetime as dt

import geopandas as gpd
import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion ohsome/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
logger = logging.getLogger(__name__)



def test_start_end_time_is_datetime(base_client):
"""Test if the start_ end end_timestamp is in datetime format without timezone."""
assert isinstance(base_client.start_timestamp, dt.datetime)
Expand Down

0 comments on commit 19d16d9

Please sign in to comment.