Skip to content

Commit d317866

Browse files
Fix
1 parent ce24133 commit d317866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/battery_notes/library_updater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ async def copy_schema(self):
122122
install_schema_path = os.path.join(os.path.dirname(__file__), "schema.json")
123123
storage_schema_path = self.hass.config.path(STORAGE_DIR, "battery_notes", "schema.json")
124124
os.makedirs(os.path.dirname(storage_schema_path), exist_ok=True)
125-
os.copy_file_range
126125
await self.hass.async_add_executor_job(
127126
shutil.copyfile,
128127
install_schema_path,

0 commit comments

Comments
 (0)