Skip to content

Commit 2ecc176

Browse files
committed
refactor: Rename file to "pw_json_client.py"
1 parent 80c74ab commit 2ecc176

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pw_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pyperclip
66

77
from pw_config import CREDS_DIR, CREDS_FILE_PATH, ENCRYPTION_KEY
8-
from pw_client import SecretsDataJSONClient
8+
from pw_json_client import SecretsDataJSONClient
99
from pw_encryption import SynchronousEncryption
1010
from pw_utils import generate_random_password
1111
from pw_utils import HelpTexts as h
File renamed without changes.

0 commit comments

Comments
 (0)