Remove unused import in Twitter controller

This commit is contained in:
Manuel Cortez 2022-11-07 09:50:01 -06:00
parent 14a10989e5
commit 0f885712b6
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from pubsub import pub
from sessions.twitter import utils
from controller import buffers
class Handler(object):