Skip to content

Commit

Permalink
refactor: remove pass statement
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Aug 19, 2024
1 parent daeaf1b commit 5224faf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypt4gh_middleware/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class PathNotAllowedError(ValueError):
"""Error raised when a path is not allowed."""
pass

class CryptMiddleware:
"""Middleware class to handle Crypt4GH file inputs."""
Expand Down

0 comments on commit 5224faf

Please sign in to comment.