aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/lib
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-01 22:31:03 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-01 22:31:03 +0100
commit4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb (patch)
treee3450cfdab65a447582890e4a6e3334da276aef1 /bsie/lib
parente0c4713c40367b4b41da926da0ba7ed05d47d54b (diff)
downloadbsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.gz
bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.bz2
bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.zip
removed module header stubs
Diffstat (limited to 'bsie/lib')
-rw-r--r--bsie/lib/__init__.py5
-rw-r--r--bsie/lib/bsie.py5
-rw-r--r--bsie/lib/builder.py5
-rw-r--r--bsie/lib/naming_policy.py5
-rw-r--r--bsie/lib/pipeline.py5
5 files changed, 0 insertions, 25 deletions
diff --git a/bsie/lib/__init__.py b/bsie/lib/__init__.py
index 48379de..f44fb74 100644
--- a/bsie/lib/__init__.py
+++ b/bsie/lib/__init__.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import typing
diff --git a/bsie/lib/bsie.py b/bsie/lib/bsie.py
index a572525..b02e707 100644
--- a/bsie/lib/bsie.py
+++ b/bsie/lib/bsie.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import typing
diff --git a/bsie/lib/builder.py b/bsie/lib/builder.py
index 39da441..3a15311 100644
--- a/bsie/lib/builder.py
+++ b/bsie/lib/builder.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import logging
import typing
diff --git a/bsie/lib/naming_policy.py b/bsie/lib/naming_policy.py
index 131a70b..c99f8c8 100644
--- a/bsie/lib/naming_policy.py
+++ b/bsie/lib/naming_policy.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import abc
import os
diff --git a/bsie/lib/pipeline.py b/bsie/lib/pipeline.py
index 0bc5109..128eecc 100644
--- a/bsie/lib/pipeline.py
+++ b/bsie/lib/pipeline.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
from collections import defaultdict
import logging