diff options
| -rw-r--r-- | module/database/FileDatabase.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/module/database/FileDatabase.py b/module/database/FileDatabase.py index a4f94e9a3..357cd766d 100644 --- a/module/database/FileDatabase.py +++ b/module/database/FileDatabase.py @@ -37,8 +37,6 @@ class FileHandler:      """Handles all request made to obtain information,      modify status or other request for links or packages""" - -    #----------------------------------------------------------------------      def __init__(self, core):          """Constructor"""          self.core = core | 
