Skip to content

Commit

Permalink
Remove osolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 4, 2017
1 parent 79e3e8c commit 1e59d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp/web_urldispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def add_static(self, prefix, path, *, name=None, expect_handler=None,
path - folder with files
"""
# TODO: implement via PrefixedResource, not ResourceAdapter
assert prefix.startswith('/')
if prefix.endswith('/'):
prefix = prefix[:-1]
Expand Down

0 comments on commit 1e59d63

Please sign in to comment.