diff --git a/openpype/hosts/nuke/api/command.py b/openpype/hosts/nuke/api/command.py index 486f637a55..2f772469d8 100644 --- a/openpype/hosts/nuke/api/command.py +++ b/openpype/hosts/nuke/api/command.py @@ -2,7 +2,6 @@ import logging import contextlib import nuke - log = logging.getLogger(__name__)