Commit Graph

2 Commits

Author SHA1 Message Date
David Soria Parra
ac6064b016 Make request and notification method generic
The request and notification method were defined as str but later
overwritten in subclasses with literals. This causes a
reportIncompatibleVariableOverride issue. We need to make method
generic.
2024-10-11 12:09:30 +01:00
David Soria Parra
4cbf815430 Initial import 2024-09-24 22:04:19 +01:00