Skip to content

Commit

Permalink
only fix flake8 this time
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Oct 15, 2024
1 parent 30b6a73 commit 6165e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceprod/rest/handlers/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import json

from jsonschema.exceptions import ValidationError
from jsonschema.exceptions import ValidationError
import tornado.web

from ..base_handler import APIBase
Expand Down

0 comments on commit 6165e8a

Please sign in to comment.