Skip to content

Commit

Permalink
Fix formatting and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jun 11, 2024
1 parent 85a549d commit 269a38e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/gh_pr_upsert/git.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helpers for working with Git and GitHub."""

from dataclasses import dataclass, field
from functools import cache
from subprocess import CalledProcessError
Expand Down
1 change: 1 addition & 0 deletions src/gh_pr_upsert/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper functions for running subprocesses."""

import json as json_
import os
import subprocess
Expand Down
1 change: 0 additions & 1 deletion tests/unit/gh_pr_upsert/git_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def test_it(self, run):
def clear_caches():
yield

# pylint:disable=no-member
branch_exists.cache_clear()
configured_user.cache_clear()
current_branch.cache_clear()
Expand Down

0 comments on commit 269a38e

Please sign in to comment.