tammoippen / plotille

Plot in the terminal using braille dots.
MIT License
398 stars 17 forks source link

pendulum >= 1.5 seems to break plotille #14

Closed macheins closed 6 years ago

macheins commented 6 years ago
    def convert(self, val):
        for t, f in reversed(self.converters.items()):
>           if isinstance(val, t):
E           TypeError: isinstance() arg 2 must be a type or tuple of types