/.idea/inspectionProfiles/profiles_settings.xml
/.idea/.gitignore
/.idea/Import_excel_to_postgres.iml
/.idea/misc.xml
/.idea/modules.xml
/.idea/vcs.xml
(.venv) C:\Users\jkate\Documents\Python\Import_excel_to_postgres\src>git status
Untracked files:
(use "git add <file>..." to include in what will be committed)
../.idea/
nothing added to commit but untracked files present (use "git add" to track)
(.venv) C:\Users\jkate\Documents\Python\Import_excel_to_postgres>git status
Untracked files:
(use "git add <file>..." to include in what will be committed)
.idea/
nothing added to commit but untracked files present (use "git add" to track)
git rev-parse --show-toplevel
:(.venv) C:\Users\jkate\Documents\Python\Import_excel_to_postgres>git rev-parse --show-toplevel
C:/Users/jkate/Documents/Python/Import_excel_to_postgres
def load_workbook(
self, filepath_or_buffer: FilePath | ReadBuffer[bytes], engine_kwargs: Any
) -> CalamineWorkbook:
from python_calamine import load_workbook
return load_workbook(
filepath_or_buffer, **engine_kwargs # type: ignore[arg-type]
)
Спасибо за совет, обязательно так и поступлю в будущем.
Извините за поздний ответ, не сразу получилось вернуться к этому вопросу.
Ещё раз благодарю за помощь!