Removed useless Super() inits in the constructor in services. (0.21.7)

This commit is contained in:
Johannes Findeisen 2023-08-20 05:36:39 +02:00
commit ea95f1d990
14 changed files with 25 additions and 85 deletions

View file

@ -18,7 +18,7 @@ from linspector.environment import Environment
from linspector.linspector import Linspector
from linspector.monitors import Monitors
__version__ = '0.21.6'
__version__ = '0.21.7'
__author__ = 'Johannes Findeisen <you@hanez.org>'