summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-27 13:04:59 -0800
committerMatt Clay <matt@mystile.com>2017-01-27 14:06:21 -0800
commit63b1e0c277fd19f651bd925386f7fcb9d1e89cfb (patch)
tree6f3297f5cad67d45f555d6f55ff8c05c363b3543 /lib/ansible/galaxy
parent13fc909058c76ec7f141c7aa8db7f97ac3b5e896 (diff)
downloadansible-63b1e0c277fd19f651bd925386f7fcb9d1e89cfb.tar.gz
Fix infrequent PEP 8 issues.
Diffstat (limited to 'lib/ansible/galaxy')
-rw-r--r--lib/ansible/galaxy/token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/galaxy/token.py b/lib/ansible/galaxy/token.py
index 02ca833069..4346dc8760 100644
--- a/lib/ansible/galaxy/token.py
+++ b/lib/ansible/galaxy/token.py
@@ -64,4 +64,4 @@ class GalaxyToken(object):
def save(self):
with open(self.file,'w') as f:
yaml.safe_dump(self.config,f,default_flow_style=False)
- \ No newline at end of file
+