Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 10, 2024
1 parent d2ba472 commit 6fdc88e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion misc/autodoc/autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import argparse
import logging
import os
from os.path import dirname, join
import re
import subprocess
import sys
Expand Down
2 changes: 1 addition & 1 deletion misc/autodoc/markup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from external import txt2tags
import txt2tags


def _get_config(target):
Expand Down

0 comments on commit 6fdc88e

Please sign in to comment.