Commit 63cfc02
committed
refactor(database/prometheus): Remove redundant
The `Collector` abstract class from the Prometheus client already uses
`ABCMeta` as its metaclass, so having `ReportCollector` inheriting it as
well can cause a metaclass conflict on some Python versions/builds.ABC inheritance1 parent 97fbed3 commit 63cfc02
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments