Skip to content

texturecache: Fix flake8 warning

Marinus Schraal requested to merge wip/mschraal/texturecache-flake8 into master

Something changed within Flake8 to start triggering this warning.

Add a noqa for E226 in this case; it seems reasonable in general, but not applicable in this case and introducing another error.

Merge request reports