Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
davidslusser committed Sep 17, 2023
1 parent 238fdd3 commit 46e9494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/djangoaddicts/pygwalker/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import mimetypes

import pandas as pd
import pygwalker as pyg
from django.apps import apps
Expand All @@ -7,7 +8,6 @@
from django.db.models import QuerySet
from django.shortcuts import render
from django.views.generic import View

from handyhelpers.views.gui import HandyHelperListView, HandyHelperPaginatedListView

from djangoaddicts.pygwalker.forms import UploadFileForm
Expand Down

0 comments on commit 46e9494

Please sign in to comment.