diff --git a/plexapi/utils.py b/plexapi/utils.py index 49dcc6c3c..ee32932f8 100644 --- a/plexapi/utils.py +++ b/plexapi/utils.py @@ -649,4 +649,4 @@ def openOrRead(file): def sha1hash(guid): """ Return the SHA1 hash of a guid. """ - return sha1(guid.encode('utf-8')).hexdigest() \ No newline at end of file + return sha1(guid.encode('utf-8')).hexdigest()