2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-18 00:16:50 +00:00
Files
confluent/confluent_client
Markus Hilger 2af402b13c ruff auto fixes
Apply ruff's safe autofixes.
The changes are mechanical and behaviour-preserving. Issues fixed:

- F401: remove unused imports.
- F841: drop unused local variables and assignments, including discarded
  await/return values, unused "except ... as e" bindings, and unused
  "with ... as name" targets.
- F541: remove the f prefix from f-strings that contain no placeholders.
- E711: compare against None with "is"/"is not" instead of "=="/"!=".
- E712: test truthiness directly instead of comparing to True.
- E713: use "x not in y" instead of "not x in y".
- E714: use "is not" instead of "not ... is".
- E731: convert lambdas bound to a name into def statements.
- W291/W293: trim trailing whitespace on touched lines.
2026-07-14 05:03:58 +02:00
..
2026-07-09 14:13:45 -04:00
2026-07-14 05:03:58 +02:00
2019-02-04 15:05:36 -05:00
2014-07-14 14:54:12 -04:00
2026-05-14 16:48:31 -04:00
2024-06-05 08:39:37 -04:00
2026-06-10 07:44:50 -04:00
2014-07-14 14:54:12 -04:00
2017-05-09 13:28:57 +08:00
2022-09-09 12:50:38 -04:00