Skip to content

Commit

Permalink
Merge branch 'master' into typing_support
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Dec 14, 2023
2 parents 1ce2ca2 + b583101 commit 0ddb5c9
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 @@ -10,6 +10,7 @@
import os
import sys
import tempfile
from typing import Any
import unittest
import warnings
from typing import Any
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 @@ -9,6 +9,7 @@

import os
import sys
from typing import Any
import unittest
import warnings
from typing import Any
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 @@ -8,6 +8,7 @@
# -------------------------------------------------------------------------------

import sys
from typing import Any
import unittest
import warnings
from typing import Any
Expand Down

0 comments on commit 0ddb5c9

Please sign in to comment.