Skip to content

Commit

Permalink
sorted import
Browse files Browse the repository at this point in the history
  • Loading branch information
frnhr committed Mar 27, 2024
1 parent d0d9a91 commit 38c2324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dash_extensions/enrich.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
import sys
import threading
import uuid
from itertools import compress

import plotly
import dash

Expand Down Expand Up @@ -47,6 +45,7 @@
from dash.development.base_component import Component
from flask import session
from flask_caching.backends import FileSystemCache, RedisCache
from itertools import compress
from more_itertools import flatten
from collections import defaultdict
from typing import Dict, Callable, List, Union, Any, Tuple, Optional, Generic, TypeVar
Expand Down

0 comments on commit 38c2324

Please sign in to comment.