Skip to content

Commit 813663d

Browse files
ci: correct from checks.
1 parent 42e3b37 commit 813663d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

interactions/api/voice/opus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import array
22
import ctypes
33
import ctypes.util
4-
import os
54
import sys
65
from enum import IntEnum
76
from pathlib import Path

interactions/models/discord/file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __exit__(self, exc_type, exc_val, exc_tb) -> None:
5252
if isinstance(self.file, (IOBase, BinaryIO)):
5353
self.file.close()
5454

55+
5556
UPLOADABLE_TYPE = Union[File, IOBase, BinaryIO, Path, str]
5657

5758

0 commit comments

Comments
 (0)