Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 27, 2022
1 parent 88e8346 commit d564b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdit_py_plugins/attrs/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class <- '.' name
"""
from __future__ import annotations

import re
from enum import Enum
import re
from typing import Callable


Expand Down
2 changes: 1 addition & 1 deletion tests/test_attrs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from pathlib import Path

import pytest
from markdown_it import MarkdownIt
from markdown_it.utils import read_fixture_file
import pytest

from mdit_py_plugins.attrs import attrs_plugin

Expand Down

0 comments on commit d564b63

Please sign in to comment.