diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2024-10-22 18:39:37 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2024-10-22 18:39:37 +0200 |
| commit | 38963d1900f0f677b39e579488864148a920ff85 (patch) | |
| tree | 1d93f225de384173de94c185a650879c0c0f92ef | |
| parent | aa5a442284b2caf09cfbad0bf79756da757e5179 (diff) | |
| download | statusdaemon-38963d1900f0f677b39e579488864148a920ff85.tar.gz | |
Remove unused import
| -rw-r--r-- | cmd/statrep/main.ha | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/statrep/main.ha b/cmd/statrep/main.ha index aa174b7..bbe2864 100644 --- a/cmd/statrep/main.ha +++ b/cmd/statrep/main.ha @@ -6,7 +6,6 @@ use ev; use unix::signal; use io; use memio; -use time::date; use encoding::utf8; use strings; use bytes; |
