mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05:00
Replace tabs with spaces in adba libs / PEP8
This commit is contained in:
parent
00a1ebfee3
commit
c4acb54d59
@ -15,23 +15,30 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with aDBa. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
class AniDBError(Exception):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBIncorrectParameterError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBCommandTimeoutError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBMustAuthError(AniDBError):
|
||||
pass
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class AniDBPacketCorruptedError(AniDBError):
|
||||
pass
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class AniDBBannedError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBInternalError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user