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 /blender_id
parentbcb71eea69a7b83c44112a5872ccd67cae96ec6f (diff)
Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
Diffstat (limited to 'blender_id')
-rw-r--r--blender_id/__init__.py2
-rw-r--r--blender_id/communication.py2
-rw-r--r--blender_id/profiles.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/blender_id/__init__.py b/blender_id/__init__.py
index 149bd74e..b351137f 100644
--- a/blender_id/__init__.py
+++ b/blender_id/__init__.py
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2014-2018 Blender Foundation.
-# <pep8 compliant>
-
bl_info = {
'name': 'Blender ID authentication',
'author': 'Sybren A. Stüvel, Francesco Siddi, and Inês Almeida',
diff --git a/blender_id/communication.py b/blender_id/communication.py
index 942b9f74..24a04ebf 100644
--- a/blender_id/communication.py
+++ b/blender_id/communication.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
import functools
import logging
import typing
diff --git a/blender_id/profiles.py b/blender_id/profiles.py
index 63b1d29b..2f240038 100644
--- a/blender_id/profiles.py
+++ b/blender_id/profiles.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
import os
import bpy