Skip to content

Commit

Permalink
Add future annotations import
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jan 19, 2025
1 parent 796c993 commit 091744f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aiomcrcon/errors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from __future__ import annotations


class RCONConnectionError(Exception):
"""Raised when the Client.connect() method fails."""

Expand Down

0 comments on commit 091744f

Please sign in to comment.