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

Commit

Permalink
Fixed error imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Oct 28, 2017
1 parent b6e1bbd commit 1935bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crasync/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import aiohttp
import asyncio
from .models import Profile, Clan, Constants, ClanInfo
from .errors import RequestError, NotFound, InvalidTag
from .errors import RequestError, NotFoundError, ServerError

class Client:

Expand Down

0 comments on commit 1935bb5

Please sign in to comment.