Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit b6e1bbd

Browse files
committed
Cleaned up code
1 parent 84d3e1a commit b6e1bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crasync/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def __aexit__(self, exc_type, exc_value, traceback):
5151
async def request(self, url):
5252
async with self.session.get(url) as resp:
5353
data = await resp.json()
54-
54+
5555
# Request was successful
5656
if 300 > resp.status >= 200:
5757
return data

0 commit comments

Comments
 (0)