Skip to content

Commit

Permalink
Merge branch 'duosecurity:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTripod-Duo committed Apr 8, 2024
2 parents a309682 + 35cc654 commit 05cb207
Show file tree
Hide file tree
Showing 44 changed files with 134 additions and 166 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine six
pip install setuptools wheel twine
- name: Generate SBOM
run: |
pip install cyclonedx-bom
pip install cyclonedx-bom==3.11.7
cyclonedx-py --e --format json -o cyclonedx-sbom.json
- name: Convert SBOM
uses: duosecurity/duo_client_python/.github/actions/sbom-convert@master
Expand Down
1 change: 0 additions & 1 deletion duo_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import absolute_import
from .accounts import Accounts
from .admin import Admin
from .auth import Auth
Expand Down
1 change: 0 additions & 1 deletion duo_client/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<http://www.duosecurity.com/docs/accountsapi>
"""
from __future__ import absolute_import
from . import client

class Accounts(client.Client):
Expand Down
Loading

0 comments on commit 05cb207

Please sign in to comment.