Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcelled committed Oct 17, 2018
1 parent ce74f9e commit 81550eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bandersnatch/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ def get(self, path, required_serial, **kw):
# returning a stale serial for a package. Ideally, this should
# be fixed on the PyPI side, at which point the following code
# should be removed.
logger.debug(
"Issuing a PURGE for {} to clear the cache".format(
path
)
)
logger.debug("Issuing a PURGE for {} to clear the cache".format(path))
try:
self.session.request("PURGE", path, timeout=self.timeout)
except requests.exceptions.HTTPError:
Expand Down

0 comments on commit 81550eb

Please sign in to comment.