2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-08-28 17:46:42 +00:00
Files
confluent/confluent_client
Markus Hilger c6c2d3112e Tidy comparisons, statement layout and a redundant alias (E711, E712, E701, PLC0414)
Hand written rather than autofixed, since three of the four need the
surrounding code read to be sure they are equivalent:

- confetty: `powerstate == None` -> `is None`.
- nodeconfig: `setmode != True` / `!= False` -> `not setmode` / `setmode`.
  Safe because setmode only ever holds None, True or False, and the two
  lines above each test normalise None away first.
- pam: split two `if cond: stmt` one-liners.
- imgutil: `from shutil import copytree as copytree`, an alias that renames
  nothing.  Not a re-export marker, this is a script.
2026-08-10 05:32:00 +02:00
..
2026-08-10 05:32:00 +02:00
2019-02-04 15:05:36 -05:00
2014-07-14 14:54:12 -04:00
2026-07-13 05:34:12 +02: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