Skip to content

Commit 9c23fee

Browse files
committed
fix: remove unused function import in version switch
1 parent 1c3f8cd commit 9c23fee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/php/settings/version-switch.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
namespace Code_Snippets\Settings\VersionSwitch;
1616

17-
use function Code_Snippets\code_snippets;
18-
1917
// Configuration constants for version switching
2018
const VERSION_CACHE_KEY = 'code_snippets_available_versions';
2119
const PROGRESS_KEY = 'code_snippets_version_switch_progress';

0 commit comments

Comments
 (0)