Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
17o2 committed Oct 2, 2021
1 parent 42a15f7 commit f285986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wireviz/svgembed.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import re
import base64
from pathlib import Path
import re
from typing import Union

mime_subtype_replacements = {'jpg': 'jpeg', 'tif': 'tiff'}
Expand Down

0 comments on commit f285986

Please sign in to comment.