Skip to content

Commit b2968a9

Browse files
style(jmap): fix ruff-format blank line after fallback import in session.py
1 parent 992f739 commit b2968a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

caldav/jmap/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from niquests import AsyncSession
1616
except ImportError:
1717
import requests # type: ignore[no-redef]
18+
1819
AsyncSession = None # type: ignore[assignment,misc] # async_fetch_session requires niquests
1920

2021
from caldav.jmap.constants import CALENDAR_CAPABILITY

0 commit comments

Comments
 (0)