Skip to content

Commit f55cd24

Browse files
fix : Linitng issue
- fixing the linting issue.
1 parent a194b14 commit f55cd24

File tree

8 files changed

+624
-577
lines changed

8 files changed

+624
-577
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ select = [
206206
# N803: Allow upper-case in test function argument names, eg. ZFL, API
207207
# N806: Allow upper-case in test function variables
208208
"tests/*" = ["N802", "N803", "N806"]
209+

zulipterminal/cli/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ def print_setting(setting: str, data: SettingData, suffix: str = "") -> None:
623623
**boolean_settings,
624624
debug_path=debug_path,
625625
editor_command=editor_command,
626-
627626
).main()
628627
except ServerConnectionFailure as e:
629628
# Acts as separator between logs

0 commit comments

Comments
 (0)