aboutsummaryrefslogtreecommitdiff
path: root/src/__init__.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-12-11 13:30:53 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-12-11 21:42:43 +0100
commit372a5366458c88a3571b4b7a19db538bbf947c3d (patch)
treee2f46c356ad468aa776dbe61c6d1b35f4d0eca5d /src/__init__.py
parent34380322156c74a664e63e426b8994cf16332ff5 (diff)
downloadallocbench-372a5366458c88a3571b4b7a19db538bbf947c3d.tar.gz
allocbench-372a5366458c88a3571b4b7a19db538bbf947c3d.zip
format the __init__ files, facter and util using yapf
Diffstat (limited to 'src/__init__.py')
-rw-r--r--src/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/__init__.py b/src/__init__.py
index 0334b3a..d989a60 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -14,7 +14,6 @@
#
# You should have received a copy of the GNU General Public License
# along with allocbench. If not, see <http://www.gnu.org/licenses/>.
-
"""A framework linking allocators to applications"""
__author__ = "Florian Fischer"