Skip to content

Commit b537276

Browse files
Adapting to changes in #1031
1 parent 2fb012e commit b537276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/edu/ie3/datamodel/io/source/csv/CsvWeatherSource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public CsvWeatherSource(
7979
@Override
8080
public Optional<Set<String>> getSourceFields() {
8181
return dataSource
82-
.connector
8382
.getCsvIndividualTimeSeriesMetaInformation(ColumnScheme.WEATHER)
8483
.values()
8584
.stream()

0 commit comments

Comments
 (0)