Skip to content

Commit

Permalink
Remove pylintrc reference from init-hook: pylint-dev/pylint#8862
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Mar 28, 2024
1 parent 590c9fe commit 09c6343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentcloud/addons/admin.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Standard Library
import json

# Django
from django.contrib import admin, messages
from django.db.models import JSONField
from django.forms import widgets
from django.http.response import HttpResponseRedirect
from django.urls import path, reverse

# Standard Library
import json

# DocumentCloud
from documentcloud.addons.models import (
AddOn,
Expand Down

0 comments on commit 09c6343

Please sign in to comment.