urban-meal-delivery/src/urban_meal_delivery
Alexander Hess 1c19da2f70
Solve all issues detected by PyCharm
- as of September 2021, PyCharm is used to write some of the code
- PyCharm's built-in code styler, linter, and type checker issued
  some warnings that are resolved in this commit
  + spelling mistakes
  + all instance attributes must be specified explicitly
    in a class's __init__() method
    => use `functools.cached_property` for caching
  + make `tuple`s explicit with `(...)`
  + one test failed randomly although everything is ok
    => adjust the fixture's return value (stub for Google Directions API)
  + reformulate SQL so that PyCharm can understand the symbols
2021-09-12 16:51:12 +02:00
..
console Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
db Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
forecasts Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
__init__.py Add stl() function 2021-01-11 16:10:45 +01:00
configuration.py Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
init_r.py Rename existing notebooks using order numbers 2021-02-04 15:10:14 +01:00