mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove unused logger
This commit is contained in:
parent
08afa8b088
commit
c426c8a156
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue