Skip to content

Commit

Permalink
Apply pre-commit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jul 25, 2022
1 parent 69e2992 commit 8bb8f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/io/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from contextlib import contextmanager
from functools import partial
from typing import (
TYPE_CHECKING, Any, Callable, ClassVar, Dict, Iterator as TIterator, List,
Optional, Tuple, Union, Coroutine,
TYPE_CHECKING, Any, Callable, ClassVar, Coroutine, Dict,
Iterator as TIterator, List, Optional, Tuple, Union,
)
from urllib.parse import urljoin
from weakref import WeakKeyDictionary
Expand Down

0 comments on commit 8bb8f9f

Please sign in to comment.