Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Beaulieu committed Jul 5, 2022
1 parent c14a87d commit 7b63758
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pygitm/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@

import pytcm

from pygitm.options import (
AddOptions,
CheckoutOptions,
CloneOptions,
CommitOptions,
PullOptions,
PushOptions,
)
from pygitm.options import (AddOptions, CheckoutOptions, CloneOptions,
CommitOptions, PullOptions, PushOptions)

git_command = partial(pytcm.execute, "git")

Expand Down

0 comments on commit 7b63758

Please sign in to comment.