Skip to content

Commit

Permalink
Cleanup ruff style complaint
Browse files Browse the repository at this point in the history
Interestingly, ruff and µsort have different opinions on how headers
should be sorted. Guess one has to win out over time (µsort prefers to
have blank lines between regular "import" lines and "from X import Y"
lines).
  • Loading branch information
mattsta committed Aug 18, 2024
1 parent 7af5787 commit 775c3ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eventkit/util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import asyncio
import datetime as dt
import functools

from typing import AsyncIterator


Expand Down

0 comments on commit 775c3ec

Please sign in to comment.