Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed Oct 29, 2024
1 parent 45b2de7 commit a7f600d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
# pyright: strict

import argparse
import json
import os
import shlex
import subprocess
import sys
import urllib.request
from contextlib import contextmanager
from typing import Iterator

Expand Down Expand Up @@ -87,8 +85,6 @@ def reclone() -> None:


def pull() -> None:
current_commit = get_current_commit()

# Remove the temporary branch and worktree.
invoke_call("git", "subrepo", "clean", "--force", _SUBREPO_NAME)

Expand Down

0 comments on commit a7f600d

Please sign in to comment.