Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 66847d5

Browse files
committed
Rename Banned to BanReason
1 parent f71b483 commit 66847d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Add new models:
88

99
* :class:`atomx.models.AccountManager` (alias for `User`)
10-
* :class:`atomx.models.Banned` (alias for `Reason`)
10+
* :class:`atomx.models.BanReason`
1111
* :class:`atomx.models.PlacementType`
1212
* :class:`atomx.models.CampaignDebugReason`
1313
* :class:`atomx.models.Visibility`

atomx/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
NoPandasInstalledError,
1818
)
1919

20-
__all__ = ['AccountManager', 'Advertiser', 'Banned', 'Bidder', 'Browser', 'CampaignDebugReason',
20+
__all__ = ['AccountManager', 'Advertiser', 'BanReason', 'Bidder', 'Browser', 'CampaignDebugReason',
2121
'Campaign', 'Category', 'ConnectionType', 'ConversionPixel', 'Country', 'Creative',
2222
'Datacenter', 'DeviceType', 'Domain', 'Fallback', 'Isp', 'Languages', 'Network',
2323
'OperatingSystem', 'Placement', 'PlacementType', 'Profile', 'Publisher', 'Reason',

0 commit comments

Comments
 (0)