Skip to content

Commit

Permalink
sort import
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Aug 18, 2024
1 parent 92c1a73 commit 4c9a725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rss/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from __future__ import annotations

import re
from typing import Any, Iterable
from datetime import datetime
from string import Template
Expand All @@ -28,6 +27,8 @@
import attr
import feedparser

import re

from maubot import MessageEvent, Plugin, __version__ as maubot_version
from maubot.handlers import command, event
from mautrix.types import (
Expand Down

0 comments on commit 4c9a725

Please sign in to comment.