Skip to content

Commit

Permalink
feature: resolving flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Dec 4, 2023
1 parent 30fc4fb commit c126668
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chats/apps/api/v1/dashboard/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
from chats.apps.projects.models import ProjectPermission
from chats.apps.rooms.models import Room

from chats.apps.api.v1.dashboard.repository import *
from chats.apps.api.v1.dashboard.service import *


def dashboard_general_data(context: dict, project):
DASHBOARD_ROOMS_CACHE_KEY = "dashboard:{filter}:{metric}"
Expand Down

0 comments on commit c126668

Please sign in to comment.