From 0f885712b6ca422b406c0002f1c5ab6af23bbd7c Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 7 Nov 2022 09:50:01 -0600 Subject: [PATCH] Remove unused import in Twitter controller --- src/controller/twitter/handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controller/twitter/handler.py b/src/controller/twitter/handler.py index a7b75d0b..696d0e9d 100644 --- a/src/controller/twitter/handler.py +++ b/src/controller/twitter/handler.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- from pubsub import pub from sessions.twitter import utils -from controller import buffers class Handler(object):