Skip to content

Commit

Permalink
test(fixture): add missing import (for non-WebDAV fallback)
Browse files Browse the repository at this point in the history
Discovered by Debian maintainer.
  • Loading branch information
mih committed May 21, 2024
1 parent 59abbcf commit ddd6679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datalad_next/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os
from os import environ
from pathlib import Path
import pytest
import subprocess
from typing import Any

Expand Down

0 comments on commit ddd6679

Please sign in to comment.