Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
powerjungle committed Jan 22, 2023
1 parent 0c8c865 commit 6f2ea9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions syncplay/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import codecs
import hashlib
import os
import random
import time
import json
from string import Template

from twisted.enterprise import adbapi
Expand Down
1 change: 0 additions & 1 deletion syncplay/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import sys
import time
import traceback
import unicodedata
import urllib.error
import urllib.parse
import urllib.request
Expand Down

0 comments on commit 6f2ea9e

Please sign in to comment.