Skip to content

Commit

Permalink
APPEALS-45349 Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
msteele96 committed May 2, 2024
1 parent 523f071 commit 6eef5f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/caseflow/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,6 @@ class PexipBadRequestError < PexipApiError; end
class PexipMethodNotAllowedError < PexipApiError; end
class PexipServiceNotReachableError < PexipApiError; end




class WebexApiError < ConferenceCreationError; end
class WebexNotFoundError < WebexApiError; end
class WebexBadRequestError < WebexApiError; end
Expand Down

0 comments on commit 6eef5f3

Please sign in to comment.