Skip to content

Commit

Permalink
manage.py: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 2, 2023
1 parent 16e1ab0 commit a57a934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manage.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!/usr/bin/env python
import csv
import json
import json_merge_patch
import mdformat
import re
import sys
import warnings
import yaml
from collections import defaultdict
from copy import deepcopy
from io import StringIO
from pathlib import Path

import click
import json_merge_patch
import mdformat
import requests
from collections import defaultdict
import yaml
from jsonschema import FormatChecker
from jsonschema.validators import Draft4Validator as validator
from ocdsextensionregistry import ProfileBuilder
Expand Down

0 comments on commit a57a934

Please sign in to comment.