build fix

This commit is contained in:
saces 2026-02-10 14:49:15 +01:00
parent aed1337137
commit b488100ac1

View file

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import logging import logging
import sys import sys
from typing import Optional
from .app import SMALApp from .app import SMALApp
@ -15,7 +14,7 @@ logger = logging.getLogger(__name__)
class SMALBot(SMALApp): class SMALBot(SMALApp):
""" """ """ """
def __init__(self, sigil: String): def __init__(self, sigil):
super().__init__() super().__init__()
self._sigil = sigil self._sigil = sigil