Skip to content

Commit

Permalink
Added annotation future import (astral-sh/ruff#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jul 5, 2024
1 parent 3c00d0e commit 024acfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leek/modding/modcomments.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Cog for parsing comments from 5mods mod pages and sending them to channels.
"""

from __future__ import annotations

import os

from discord import ApplicationContext, Cog
Expand Down

0 comments on commit 024acfa

Please sign in to comment.