Remove redundant __init__ from BaseLinesShader

This commit is contained in:
Andrej730
2026-03-20 10:13:59 +05:00
parent b043dd4d04
commit f5be64af6c
@@ -366,9 +366,6 @@ class BaseLinesShader(BaseShader):
}
"""
def __init__(self, gap_size=16):
super().__init__()
def glenable(self):
super().glenable()