1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-03 17:10:59 +03:00
A_D 4105662fb5
Cleaned up logic and removed overlong lines
Generally for the logic cleanups it was replacing giant list
comprehensions with slightly smaller filter calls. filter() is just
plain cleaner when all you're doing in a list comp is
[x for x in y if somecondition].
2020-08-07 13:20:21 +02:00
..
2020-07-26 23:08:47 +01:00
2020-07-27 15:15:56 +02:00
2020-07-27 10:14:16 +01:00
2020-06-21 16:33:13 +01:00