mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 05:30:20 +00:00
Make flake8 happy
This commit is contained in:
parent
63dc1507d2
commit
7de4cbc572
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import logging, os, re, requests, time, zipfile
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
import requests
|
||||
import time
|
||||
import zipfile
|
||||
from datetime import datetime
|
||||
from getpass import getpass
|
||||
from threading import Thread
|
||||
|
|
Loading…
Reference in a new issue