3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-09-07 20:47:22 +02:00

Quotegrabs/Storage: remove unused import

This commit is contained in:
Pragmatic Software 2025-09-04 10:30:31 -07:00
parent 0fb4cd7fa7
commit 2011275f27
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ use PBot::Imports;
use HTML::Entities;
use Time::Duration;
use Time::HiRes qw(gettimeofday);
use Getopt::Long qw(GetOptionsFromString);
use POSIX qw(strftime);

View File

@ -25,7 +25,7 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4888,
BUILD_REVISION => 4889,
BUILD_DATE => "2025-09-04",
};