Skip to content

Commit

Permalink
Enable annotations for users.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 29, 2024
1 parent 47cc782 commit 8f136f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trakt/users.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
"""Interfaces to all of the User objects offered by the Trakt.tv API"""
from __future__ import annotations

from dataclasses import dataclass
from typing import Any, NamedTuple, Optional

Expand Down

0 comments on commit 8f136f9

Please sign in to comment.