Remove unused logger

This commit is contained in:
Roy Nieterau 2022-04-20 18:15:11 +02:00
parent 08afa8b088
commit c426c8a156

View file

@ -1,12 +1,9 @@
import sys
import logging
import contextlib
from avalon.vendor.Qt import QtCore, QtWidgets
log = logging.getLogger(__name__)
class Popup(QtWidgets.QDialog):
"""A Popup that moves itself to bottom right of screen on show event.