From 8d7799665bf5a5374095f73b08d69410b8c65d41 Mon Sep 17 00:00:00 2001 From: SimLeek Date: Mon, 21 Jan 2019 22:18:51 -0700 Subject: [PATCH] fixed obvious bug. How the heck did this get here anyway? --- cvpubsubs/listen_default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cvpubsubs/listen_default.py b/cvpubsubs/listen_default.py index 3ec99e0..31a050d 100644 --- a/cvpubsubs/listen_default.py +++ b/cvpubsubs/listen_default.py @@ -1,3 +1,4 @@ +import queue if False: from typing import Any, Optional, queue