mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
flake8 fixes
This commit is contained in:
parent
ad1bfd3092
commit
b58e387771
6 changed files with 7 additions and 11 deletions
|
@ -1,15 +1,14 @@
|
|||
import ast
|
||||
from codecs import decode, encode
|
||||
from collections import defaultdict
|
||||
import json
|
||||
import os
|
||||
from pathlib import Path
|
||||
import shlex
|
||||
import sys
|
||||
import time
|
||||
from unittest.mock import patch
|
||||
|
||||
import keyring
|
||||
import tzlocal
|
||||
import toml
|
||||
import yaml
|
||||
|
||||
from behave import given, then, when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue