Commit Graph

10 Commits

Author SHA1 Message Date
Richard Beales
0ba2956ee4 Merge pull request #1014 from drikusroor/fix-flake8-issues-pt-2
Fix flake8 issues pt. 2 (Add E231 & E302 flake8 rules)
2023-04-13 17:56:06 +01:00
Drikus Roor
d1ea6cf002 lint: Fix all E302 linting errors 2023-04-13 10:50:51 +02:00
Merwane Hamadi
62bd93a4d2 Import NoMemory and add it as a memory_backend option in get_memory function 2023-04-12 17:48:08 -07:00
Drikus Roor
1f837968ff fix: Fix flake8 errors based on the flake8 command with a narrower definition of errors 2023-04-12 22:12:25 +02:00
Eesa Hamza
ec6918ab48 Added some comments 2023-04-12 16:59:50 +03:00
Eesa Hamza
083ccb6bd3 Added a memory backend argument 2023-04-12 16:58:39 +03:00
Toran Bruce Richards
9e139fb314 Wipe local memory on load 2023-04-09 05:22:03 +01:00
Toran Bruce Richards
d1777e39a8 Fixes incorrect class names in __all__
Changes "Cache" to "Memory".
2023-04-09 02:31:51 +01:00
BillSchumacher
503b58b794 Refactor memory into factory. 2023-04-07 18:30:04 -05:00
BillSchumacher
6819799ebe Create an abstract MemoryProviderSingleton class. Pass config instead of instantiating a new one where used. 2023-04-06 22:25:17 -05:00