Clean lint problems

This commit is contained in:
2018-07-21 15:55:07 +02:00
parent b18c4dcd18
commit f426b616fd
8 changed files with 30 additions and 47 deletions

View File

@@ -1,15 +1,10 @@
# import sqlite3
import os
import argparse
import json
import getpass
import datetime
import logging
import sys
from action import record_action
from action import TypeAction
import project
from args import get_string_arg
from args import arg_number
@@ -22,7 +17,7 @@ class Note:
def handle_note(args, last_action, conn):
logging.info("> handle note")
logging.debug("args: " + str(args))
logging.debug("args: %s", args)
if not args:
list_note(