Skip to content

Commit

Permalink
Update passwords.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adalfarus committed Jun 20, 2024
1 parent 47882d2 commit 6d51324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aplustools/security/passwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from typing import Union as _Union, Literal as _Literal, Optional as _Optional, Callable as _Callable
from aplustools.data import nice_number as _nice_number
from importlib_resources import files as _files
from importlib.resources import files as _files
from threading import Timer as _Timer
import unicodedata as _unicodedata
import secrets as _secrets
Expand Down

0 comments on commit 6d51324

Please sign in to comment.