Skip to content

Commit 55a71ce

Browse files
committed
chore: clean unused imports
1 parent b15af1b commit 55a71ce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/scripts/update-readme-version.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { readFileSync, writeFileSync } from 'fs';
2-
import { dirname } from 'path';
3-
import { fileURLToPath } from 'url';
42

53
// Read Nargo.toml
64
const nargoContent = readFileSync('Nargo.toml', 'utf8');
@@ -24,4 +22,4 @@ const updatedContent = readmeContent.replace(
2422

2523
// Write back to README
2624
writeFileSync(readmePath, updatedContent);
27-
console.log(`Updated README.md with version ${version}`);
25+
console.log(`Updated README.md with version ${version}`);

0 commit comments

Comments
 (0)