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>2022-06-03 04:50:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-06-03 04:50:32 +0300
commit016430de4b06714c006bb6de2ae3a28e05a86169 (patch)
tree0644482c7f78d17f11fbd26c30d74cc519b1999d /measureit
parentbcb71eea69a7b83c44112a5872ccd67cae96ec6f (diff)
Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
Diffstat (limited to 'measureit')
-rw-r--r--measureit/__init__.py2
-rw-r--r--measureit/measureit_geometry.py2
-rw-r--r--measureit/measureit_main.py2
-rw-r--r--measureit/measureit_render.py2
4 files changed, 0 insertions, 8 deletions
diff --git a/measureit/__init__.py b/measureit/__init__.py
index 8b0c827c..8d4b9576 100644
--- a/measureit/__init__.py
+++ b/measureit/__init__.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# Author: Antonio Vazquez (antonioya)
# ----------------------------------------------------------
diff --git a/measureit/measureit_geometry.py b/measureit/measureit_geometry.py
index f9cdf5a8..a1e90b9e 100644
--- a/measureit/measureit_geometry.py
+++ b/measureit/measureit_geometry.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# support routines for OpenGL
# Author: Antonio Vazquez (antonioya)
diff --git a/measureit/measureit_main.py b/measureit/measureit_main.py
index b93ff1ab..23e9de46 100644
--- a/measureit/measureit_main.py
+++ b/measureit/measureit_main.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# File: measureit_main.py
# Main panel for different Measureit general actions
diff --git a/measureit/measureit_render.py b/measureit/measureit_render.py
index edb4c05a..efc5c1b0 100644
--- a/measureit/measureit_render.py
+++ b/measureit/measureit_render.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
# ----------------------------------------------------------
# support routines for render measures in final image
# Author: Antonio Vazquez (antonioya)