diff --git a/plexapi/utils.py b/plexapi/utils.py index 12232ed6..b21caa4a 100644 --- a/plexapi/utils.py +++ b/plexapi/utils.py @@ -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