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:
Diffstat (limited to 'ant_landscape/utils.py')
-rw-r--r--ant_landscape/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ant_landscape/utils.py b/ant_landscape/utils.py
index 7687bd54..9451f83a 100644
--- a/ant_landscape/utils.py
+++ b/ant_landscape/utils.py
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-numexpr_available=False
+numexpr_available = False
try:
import numexpr
- numexpr_available=True
+ numexpr_available = True
except ImportError:
pass