Skip to content

Commit 8b847c2

Browse files
committed
fix deepsource issues
1 parent 174c4f7 commit 8b847c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pysql/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
if result is True:
128128
print(f"[+] Default user {_uname} created\n")
129-
129+
130130
else:
131131
print(f"[-] Unable to create default user\n")
132132

pysql/main_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
if result is True:
137137
print(f"[{Fore.GREEN}+{Style.RESET_ALL}]{Fore.GREEN} Default user {Style.RESET_ALL}{Fore.CYAN}{_uname}{Style.RESET_ALL}{Fore.GREEN} created{Style.RESET_ALL}\n")
138-
138+
139139
else:
140140
print(f"[{Fore.RED}-{Style.RESET_ALL}]{Fore.RED} Unable to create default user{Style.RESET_ALL}\n")
141141

0 commit comments

Comments
 (0)