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

Commit 1935bb5

Browse files
committed
Fixed error imports
1 parent b6e1bbd commit 1935bb5

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
@@ -25,7 +25,7 @@
2525
import aiohttp
2626
import asyncio
2727
from .models import Profile, Clan, Constants, ClanInfo
28-
from .errors import RequestError, NotFound, InvalidTag
28+
from .errors import RequestError, NotFoundError, ServerError
2929

3030
class Client:
3131

0 commit comments

Comments
 (0)