Skip to content

Commit 1517ccc

Browse files
restyled-commitsbh3000
authored andcommitted
Restyled by isort
1 parent 7e9afa0 commit 1517ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentials/generate_revocation_set.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
# python ./credentials/generate-revocation-set.py --help
2222

2323
import base64
24+
import dataclasses
2425
import json
2526
import logging
2627
import os
2728
import subprocess
2829
import sys
2930
import unittest
3031
from enum import Enum
31-
import dataclasses
3232
from typing import Optional
3333

3434
import click

0 commit comments

Comments
 (0)