Skip to content

Commit 9fb9704

Browse files
lint
1 parent f4a04c5 commit 9fb9704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_data_usage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import unittest
44
import pandas as pd
5-
from geoengine.datasets import DatasetName, UploadId, StoredDataset
65
import geoengine as ge
76
from . import UrllibMocker
87

@@ -57,7 +56,8 @@ def test_data_usage(self):
5756
],
5857
'count': [4, 4],
5958
'data': ['land_cover', 'land_cover'],
60-
'timestamp': [pd.Timestamp('2025-01-09 16:40:22.933000+0000', tz='UTC'), pd.Timestamp('2025-01-09 16:40:10.970000+0000', tz='UTC')],
59+
'timestamp': [pd.Timestamp('2025-01-09 16:40:22.933000+0000', tz='UTC'),
60+
pd.Timestamp('2025-01-09 16:40:10.970000+0000', tz='UTC')],
6161
'userId': ['e440bffc-d899-4304-aace-b23fc56828b2', 'e440bffc-d899-4304-aace-b23fc56828b2']})
6262

6363
pd.testing.assert_frame_equal(df, expected)

0 commit comments

Comments
 (0)