From cdcd82fdfd94195a79922bdb44c3cd0957cfb612 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 5 Jan 2021 11:41:43 +0100 Subject: [PATCH] Removed newline at top of files. --- tabletmode/cli.py | 1 - tabletmode/daemon.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tabletmode/cli.py b/tabletmode/cli.py index 41ae0cf..82eed77 100644 --- a/tabletmode/cli.py +++ b/tabletmode/cli.py @@ -1,4 +1,3 @@ - """Sets the system mode.""" from argparse import ArgumentParser, Namespace diff --git a/tabletmode/daemon.py b/tabletmode/daemon.py index 035c95b..0632be1 100644 --- a/tabletmode/daemon.py +++ b/tabletmode/daemon.py @@ -1,4 +1,3 @@ - """System mode daemon.""" from argparse import ArgumentParser, Namespace