Skip to content

Commit

Permalink
Add type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
rjduffner committed Feb 19, 2025
1 parent fe36437 commit eecb02f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def __str__(self):


class DependencyConflictError(Exception):
conflict: DependencyConflict

def __init__(self, conflict: DependencyConflict):
self.conflict = conflict

Expand Down

0 comments on commit eecb02f

Please sign in to comment.