Skip to content

Commit

Permalink
Remove unused error classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Aug 9, 2021
1 parent 579800d commit b10a2c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions signac/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# exceptions that are relevant beyond a single module. This top-level errors
# module is used to expose user-facing exception classes.

from .common.errors import AuthenticationError, ConfigError, ExportError, FetchError
from .common.errors import ConfigError
from .contrib.errors import (
DestinationExistsError,
IncompatibleSchemaVersion,
Expand Down Expand Up @@ -59,13 +59,10 @@ def __str__(self):


__all__ = [
"AuthenticationError",
"ConfigError",
"DestinationExistsError",
"DocumentSyncConflict",
"Error",
"ExportError",
"FetchError",
"FileSyncConflict",
"IncompatibleSchemaVersion",
"InvalidKeyError",
Expand Down

0 comments on commit b10a2c7

Please sign in to comment.