mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Remove Unnecessary Module Import
This commit is contained in:
parent
01d9308460
commit
75b823c715
1
.github/tg.py
vendored
1
.github/tg.py
vendored
@ -1,7 +1,6 @@
|
|||||||
import telegram
|
import telegram
|
||||||
from tgconfig import TG_TOKEN
|
from tgconfig import TG_TOKEN
|
||||||
from json import load
|
from json import load
|
||||||
from time import sleep
|
|
||||||
|
|
||||||
f = open('commit.json')
|
f = open('commit.json')
|
||||||
data = load(f)
|
data = load(f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user