Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Dec 11, 2022
1 parent 6f9179e commit e47a82f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/regenerate_skeleton.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import requests
import subprocess
import shlex
import os
import shlex
import subprocess

import requests
from modify_skeleton import modify_skeleton

SCHEMA_LOCATION = "https://raw.githubusercontent.com/IIIF/presentation-validator/main/schema/iiif_3_0.json"
Expand Down

0 comments on commit e47a82f

Please sign in to comment.