Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed May 23, 2024
1 parent 8f8adfe commit e9d7245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion permacache/out_file_cache.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass
import os
import shutil
from dataclasses import dataclass


@dataclass
Expand Down
1 change: 0 additions & 1 deletion tests/test_file_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def single_output(x, y=2, *, out_file):


class PermacacheTest(unittest.TestCase):

def setUp(self):
# we clean this up in tearDown
# pylint: disable=consider-using-with
Expand Down

0 comments on commit e9d7245

Please sign in to comment.