1
0
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:
Marcel Robitaille
2018-12-29 15:50:06 -04:00
parent 67be049407
commit 0cc5ec9e13
4 changed files with 5 additions and 6 deletions

View File

@@ -41,4 +41,3 @@ class Dotfile:
def __hash__(self):
return hash(self.dst) ^ hash(self.src) ^ hash(self.key)