diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-02-04 19:36:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-02-04 19:36:06 +0100 |
commit | 9bc47f9e94afbd2fe989a67ec075c94542248439 (patch) | |
tree | 0c77436416c1dff94a3539a137b124fdc28c3d89 /lib | |
parent | 91a40424443bb5522e9350305ed452c9fae47a1b (diff) |
DBInfoscreen: remove useless Stations import
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DBInfoscreen.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index 8687cb8..fe5977b 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -12,7 +12,6 @@ use DBInfoscreen::Helper::HAFAS; use DBInfoscreen::Helper::Wagonorder; use File::Slurp qw(read_file); use JSON; -use Travel::Status::DE::IRIS::Stations; use utf8; |