fix lint
This commit is contained in:
parent
916d9af322
commit
e4f3976c24
@ -1,4 +1,5 @@
|
||||
from bang.cards import *
|
||||
from typing import List
|
||||
from bang.cards import Card, Suit
|
||||
|
||||
class Fantasma(Card):
|
||||
def __init__(self, suit, number):
|
||||
|
@ -1,5 +1,5 @@
|
||||
from typing import List
|
||||
from bang.characters import *
|
||||
from bang.characters import Character
|
||||
|
||||
def all_characters() -> List[Character]:
|
||||
cards = [
|
||||
|
Loading…
Reference in New Issue
Block a user