Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-04-10 04:43:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-10 04:43:35 +0300
commit73bf474a6df0d2ad6524da9449b01a02620b669f (patch)
tree47e51aed6d0158e032ab9b1321e6f80d554914ac /io_online_sketchfab
parenteb8c24066d448533e243106d6c5fa12d18f3e412 (diff)
Cleanup: imports (formatting)
Diffstat (limited to 'io_online_sketchfab')
-rw-r--r--io_online_sketchfab/__init__.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/io_online_sketchfab/__init__.py b/io_online_sketchfab/__init__.py
index ef8e39b7..f07702f3 100644
--- a/io_online_sketchfab/__init__.py
+++ b/io_online_sketchfab/__init__.py
@@ -35,11 +35,12 @@ import threading
import subprocess
from bpy.app.handlers import persistent
-from bpy.props import (StringProperty,
- EnumProperty,
- BoolProperty,
- PointerProperty,
- )
+from bpy.props import (
+ StringProperty,
+ EnumProperty,
+ BoolProperty,
+ PointerProperty,
+ )
SKETCHFAB_API_URL = "https://api.sketchfab.com"
SKETCHFAB_API_MODELS_URL = SKETCHFAB_API_URL + "/v1/models"