summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-08-15 11:01:18 -0400
committerAllen Winter <allen.winter@kdab.com>2021-08-15 11:01:18 -0400
commitb09809ebf962d83ca52703a4c51f1db36927a1fd (patch)
treebe70b514b53ac102d9a3f0253c03dbe4fcfbab5f
parente17ee7889bb4b77a14f4f7575e0115d28b330bc7 (diff)
downloadlibical-git-b09809ebf962d83ca52703a4c51f1db36927a1fd.tar.gz
src/python/Collection.py - remove extra blank line
-rw-r--r--src/python/Collection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/Collection.py b/src/python/Collection.py
index 105b1362..15ae8b7e 100644
--- a/src/python/Collection.py
+++ b/src/python/Collection.py
@@ -20,7 +20,6 @@
from types import *
-
class Collection:
"""A group of components that can be modified somewhat like a list.