mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
fix pydoc, coding style, optimize imports
This commit is contained in:
parent
cdaf921e75
commit
81a7bba721
5 changed files with 25 additions and 31 deletions
|
@ -7,9 +7,10 @@ import shlex
|
|||
import shutil
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
from .compat import STRING_TYPE
|
||||
from .exceptions import CommandError
|
||||
from .utils import run_cmd_wait, run_cmd_wait_nofail, which, timew_binary_location, DEFAULT_EXTENSION_PATH
|
||||
from .compat import STRING_TYPE
|
||||
|
||||
|
||||
class Timew(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue