Skip to content

Commit

Permalink
fix: removed incorrect directory
Browse files Browse the repository at this point in the history
Signed-off-by: Pranshu Srivastava <[email protected]>
  • Loading branch information
PranshuSrivastava committed Jun 21, 2024
1 parent 416d729 commit 1644f82
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yaml

def write_dedup(result, id):
filePath = '/Users/pranshu/testing/python-fastapi/dedupData.yaml'
filePath = 'dedupData.yaml'
existingData = []
try:
with open(filePath, 'r') as file:
Expand Down

0 comments on commit 1644f82

Please sign in to comment.