From 1b093cd8617cf303922ad039bffa3970ffc79091 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 10 Jan 2021 19:23:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20=5F=5Fall=5F=5F=20in=20tel?= =?UTF-8?q?eporter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalnet/engineer/teleporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/engineer/teleporter.py b/royalnet/engineer/teleporter.py index 69f374d1..0f905bf2 100644 --- a/royalnet/engineer/teleporter.py +++ b/royalnet/engineer/teleporter.py @@ -235,5 +235,5 @@ class Teleporter: __all__ = ( - "Teleporter" + "Teleporter", )