pep8 comply

This commit is contained in:
Jakub Jezek 2021-12-20 15:35:08 +01:00
parent e7760a6508
commit 54b5dd8d61
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
5 changed files with 14 additions and 11 deletions

View file

@ -24,12 +24,14 @@ default_flame_export_presets = {
}
}
def send_selection(selection):
import openpype.hosts.flame as opflame
opflame.selection = selection
print(opflame.selection)
return True
class _FlameMenuApp(object):
def __init__(self, framework):
self.name = self.__class__.__name__