Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reports/audit_tool/entrypoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2021, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.

from connect.client import R
Expand Down
2 changes: 1 addition & 1 deletion reports/missing_subscriptions/entrypoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.

from connect.client import R
Expand Down
2 changes: 1 addition & 1 deletion reports/nce_migrations/entrypoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2021, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
from connect.client import R

Expand Down
2 changes: 1 addition & 1 deletion reports/nce_promos/entrypoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2021, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
from connect.client import R

Expand Down
2 changes: 1 addition & 1 deletion tests/test_microsoft_reports.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2021, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
import reports.nce_promos.entrypoint as nce_promos
Expand Down