Clean lint problems
This commit is contained in:
7
note.py
7
note.py
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user