Skip to content

Commit

Permalink
fix: lint issues!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 27, 2024
1 parent a4325e1 commit d261e67
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_transform_single_document(self):
"mime type": "mime",
"created at": "date",
"modified at": "modified",
"url": f"https://drive.google.com/file/d/file_1/view",
"url": "https://drive.google.com/file/d/file_1/view",
},
)

Expand Down Expand Up @@ -367,7 +367,7 @@ def test_transform_multiple_document(self):
"mime type": "mime",
"created at": "date",
"modified at": "modified",
"url": f"https://drive.google.com/file/d/file_1/view",
"url": "https://drive.google.com/file/d/file_1/view",
},
)

Expand All @@ -380,7 +380,7 @@ def test_transform_multiple_document(self):
"mime type": "mime",
"created at": "date",
"modified at": "modified",
"url": f"https://drive.google.com/file/d/file_2/view",
"url": "https://drive.google.com/file/d/file_2/view",
},
)

Expand All @@ -393,6 +393,6 @@ def test_transform_multiple_document(self):
"mime type": "mime",
"created at": "date",
"modified at": "modified",
"url": f"https://drive.google.com/file/d/file_3/view",
"url": "https://drive.google.com/file/d/file_3/view",
},
)

0 comments on commit d261e67

Please sign in to comment.