This commit is contained in:
Ben Arc
2021-04-20 08:50:53 +01:00
parent dd95f3e40f
commit 0946bcc1b1
7 changed files with 38 additions and 49 deletions
-1
View File
@@ -30,7 +30,6 @@ class Copilots(NamedTuple):
timestamp: int
fullscreen_cam: int
iframe_url: str
notes: str
@classmethod
def from_row(cls, row: Row) -> "Copilots":