Skip to content

Commit

Permalink
Taming E501 in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Sep 3, 2018
1 parent ee4faf6 commit 77eb5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/carbon/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def __init__(self, router):
if setUpRandomResolver:
setUpRandomResolver(reactor)
else:
print("Import error, you probably need Twisted >= 17.1.0 for using DESTINATION_POOL_REPLICAS.")
print("Import error, Twisted >= 17.1.0 needed for using DESTINATION_POOL_REPLICAS.")
raise SystemExit(1)

self.router = router
Expand Down

0 comments on commit 77eb5d1

Please sign in to comment.