Skip to content

Commit

Permalink
Group imports from same package
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Dec 30, 2022
1 parent 910f365 commit 3dad955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orochi/website/management/commands/plugins_sync.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from django.core.management.base import BaseCommand
from django.contrib.auth import get_user_model

import volatility3.plugins
from volatility3 import framework
from volatility3.framework import contexts
from orochi.website.models import Plugin, UserPlugin, Dump, Result
from django.contrib.auth import get_user_model


class Command(BaseCommand):
Expand Down
2 changes: 1 addition & 1 deletion orochi/ya/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from luqum.elasticsearch import SchemaAnalyzer, ElasticsearchQueryBuilder
from luqum.exceptions import ParseSyntaxError
from elasticsearch import Elasticsearch
from elasticsearch_dsl import Search
from elasticsearch.exceptions import RequestError
from elasticsearch_dsl import Search
from pathlib import Path
from django.conf import settings

Expand Down

0 comments on commit 3dad955

Please sign in to comment.