Skip to content

Commit

Permalink
Adjust import location
Browse files Browse the repository at this point in the history
I found this while working on something else. Tiny commit; why not.
  • Loading branch information
carmenbianca committed Jul 22, 2023
1 parent f25b332 commit 123bcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reuse/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
from typing import Any, Dict, Iterable, List, NamedTuple, Optional, Set, cast
from uuid import uuid4

from . import __REUSE_version__, __version__
from . import ReuseInfo, __REUSE_version__, __version__
from ._util import _LICENSING, StrPath, _checksum
from .project import Project, ReuseInfo
from .project import Project

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 123bcf5

Please sign in to comment.