Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Mar 20, 2024
1 parent 381e7aa commit af81acf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ private Optional<Collection<GeoLocations>> parseGeoLocations(Optional<String> te
}
return Optional.empty();
}

private Optional<LocalDateTime> parseAiredDate(Optional<String> text) {
Optional<LocalDateTime> result = Optional.empty();
if (text.isPresent()) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package de.mediathekview.mserver.crawler.orfon;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down

0 comments on commit af81acf

Please sign in to comment.