Skip to content

Commit 06852c5

Browse files
committed
platform print
1 parent cc14952 commit 06852c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ select = [
133133
"PLW", # pylint warning
134134
"RUF100", # Checks noqa rules are used
135135
"SIM", # SIMplify
136-
"T20", # prinT present
137136
"W", # Warnings (pycodestyle)
138137
"UP", # pyUPgrade
139138
"YTT", # Year TwentyTwenty (flake8-2020), sys.version checks

zulipterminal/platform_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
AllPlatforms = Literal[SupportedPlatforms, "unsupported"]
1414

1515
raw_platform = platform.system()
16+
print(raw_platform)
1617

1718
PLATFORM: AllPlatforms
1819

0 commit comments

Comments
 (0)