Skip to content

Commit

Permalink
Merge pull request Nitrokey#77 from robin-nitrokey/import-log-fn
Browse files Browse the repository at this point in the history
Add missing LOG_FN import to helpers
  • Loading branch information
daringer authored May 5, 2021
2 parents 1ee026e + f6dc76d commit 5a0604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynitrokey/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from typing import List
from getpass import getpass

from pynitrokey.confconsts import GH_ISSUES_URL, SUPPORT_EMAIL
from pynitrokey.confconsts import GH_ISSUES_URL, SUPPORT_EMAIL, LOG_FN
from pynitrokey.confconsts import VERBOSE, Verbosity

STDOUT_PRINT = True
Expand Down

0 comments on commit 5a0604a

Please sign in to comment.