Skip to content

Commit

Permalink
Merge pull request #27 from sw360/typing_support
Browse files Browse the repository at this point in the history
Typing support
  • Loading branch information
tngraf committed Dec 14, 2023
2 parents b583101 + 0ddb5c9 commit 4c923be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sw360_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from typing import Any
import unittest
import warnings
from typing import Any
from unittest.mock import MagicMock, patch

import responses
Expand Down
1 change: 1 addition & 0 deletions tests/test_sw360_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from typing import Any
import unittest
import warnings
from typing import Any

import responses

Expand Down
1 change: 1 addition & 0 deletions tests/test_sw360_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from typing import Any
import unittest
import warnings
from typing import Any

import responses

Expand Down

0 comments on commit 4c923be

Please sign in to comment.