Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 6feff04

Browse files
committed
Add missing EOL
1 parent df68f65 commit 6feff04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zenaton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__version__ = '0.3.4'
2-
__version_id__ = 304
2+
__version_id__ = 304

zenaton/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ def _connect_to_agent(self):
244244

245245
def uuid(self):
246246
"""Generate a uuidv4"""
247-
return str(uuid.uuid4())
247+
return str(uuid.uuid4())

0 commit comments

Comments
 (0)