build fix
This commit is contained in:
parent
aed1337137
commit
b488100ac1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue