Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrismegistus committed Nov 30, 2023
1 parent cbfa9ad commit f5dc287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppa/archive/management/commands/generate_textcorpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

import os
import orjson
import orjson # a faster json implementation
from django.core.management.base import BaseCommand
from parasolr.django import SolrQuerySet
from collections import defaultdict, OrderedDict
Expand Down

0 comments on commit f5dc287

Please sign in to comment.