From c49a8e3771f385ea289c6517aa99f7cd0cefe38e Mon Sep 17 00:00:00 2001 From: astravexton Date: Wed, 8 Dec 2021 13:17:55 +0000 Subject: [PATCH] fix import --- client/puller/chats.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/puller/chats.go b/client/puller/chats.go index bfd65c6..8055f18 100644 --- a/client/puller/chats.go +++ b/client/puller/chats.go @@ -1,8 +1,6 @@ package puller import ( - "math" - "git.zio.sh/astra/go-tdlib/client" )