mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Replace tabs with spaces in adba libs / PEP8
This commit is contained in:
parent
00a1ebfee3
commit
c4acb54d59
2 changed files with 1535 additions and 1425 deletions
|
@ -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 a new issue