mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 12:32:59 +00:00
Conform to PEP8
Though [it is generally recommended to have a trailing newline](https://stackoverflow.com/questions/2287967/why-is-it-recommended-to-have-empty-line-in-the-end-of-file)
This commit is contained in:
@@ -41,4 +41,3 @@ class Dotfile:
|
||||
|
||||
def __hash__(self):
|
||||
return hash(self.dst) ^ hash(self.src) ^ hash(self.key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user