Closed Rixxan closed 2 years ago
A few minor improvements to Pydle's underlying code, for code efficiency and more structured application.
Included Changes:
not x in y
x not in y
super()
This update does not actually fundamentally change any returned values or functions.
I'd say yes to Black, reverted as requested. (But might be better to wait for 1.0)
As per conversation in side channel, let's hold off on black until the 1.0 release The delta for applying black will be huge.
A few minor improvements to Pydle's underlying code, for code efficiency and more structured application.
Included Changes:
- Marked additional async functions properlyRemoved by request. Will include in own PR.not x in y
tox not in y
for ease of readingsuper()
argumentsThis update does not actually fundamentally change any returned values or functions.