Skip to content

Commit

Permalink
exceptions -> Exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellloh committed Sep 30, 2020
1 parent 5d8e49b commit ebac053
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections import defaultdict
import asyncio
from messages import Message, ChannelEvents, PHOENIX_CHANNEL, HEARTBEAT_PAYLOAD
from exceptions import NotConnectedError
from Exceptions import NotConnectedError

class Socket:

Expand Down

0 comments on commit ebac053

Please sign in to comment.