cleanup: pep8
also remove empty class parenthesis
This commit is contained in:
@@ -63,7 +63,7 @@ def image_from_file(filepath):
|
||||
|
||||
try:
|
||||
import bpy
|
||||
except:
|
||||
except ImportError:
|
||||
bpy = None
|
||||
|
||||
if bpy is not None:
|
||||
|
Reference in New Issue
Block a user