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 -*-
|
||||
import logging
|
||||
import sys
|
||||
from typing import Optional
|
||||
|
||||
from .app import SMALApp
|
||||
|
||||
|
|
@ -15,7 +14,7 @@ logger = logging.getLogger(__name__)
|
|||
class SMALBot(SMALApp):
|
||||
""" """
|
||||
|
||||
def __init__(self, sigil: String):
|
||||
def __init__(self, sigil):
|
||||
super().__init__()
|
||||
self._sigil = sigil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue