Skip to content

Commit

Permalink
Fix flake8 newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Aug 2, 2023
1 parent b3b5de4 commit eb6b6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,4 @@ def openOrRead(file):

def sha1hash(guid):
""" Return the SHA1 hash of a guid. """
return sha1(guid.encode('utf-8')).hexdigest()
return sha1(guid.encode('utf-8')).hexdigest()

0 comments on commit eb6b6d5

Please sign in to comment.