Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 14, 2025
1 parent a97bdf3 commit 87d7163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doctools/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import sys

# many tools import this, causes ImportError
# the oilshell.org/ repo also imports this
from typing import Any
# Note: from typing import Any causes ImportError when PYTHONPATH is not .:vendor
# So we import from vendor.typing which is a little inconsistent
from vendor.typing import Any


def log(msg, *args):
Expand Down

0 comments on commit 87d7163

Please sign in to comment.