Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Sep 4, 2020
1 parent d6a55fb commit 8c3a0e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cloudknot/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The config module contains functions to maintain the cloudknot config file.
"""
The config module contains functions to maintain the cloudknot config file.
This module contains function that other cloudknot objects use to maintain the
cloudknot config file, including adding resources, removing resources, and
Expand Down Expand Up @@ -325,7 +326,7 @@ def prune_batch_jobs():
def prune():
"""
Clean unused resources from the config file.
This is a wrapper function for the more resource-specific prune_* functions.
"""
prune_stacks()
Expand Down

0 comments on commit 8c3a0e8

Please sign in to comment.