Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 4, 2024
1 parent f119541 commit d4fd3d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyauthenticator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Generate two factor authentication codes on the command line
"""

from pyauthenticator.share import generate_qrcode
from pyauthenticator.share import get_two_factor_code as get_two_factor_code_internal
from pyauthenticator.share import load_config
Expand Down
1 change: 1 addition & 0 deletions pyauthenticator/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Generate two factor authentication codes on the command line
"""

import argparse
import sys

Expand Down
1 change: 1 addition & 0 deletions pyauthenticator/share.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Shared functionality to generate two factor authentication codes
"""

import json
import os
from inspect import signature
Expand Down

0 comments on commit d4fd3d9

Please sign in to comment.