Skip to content

Commit 99247ec

Browse files
committed
Made changes to remove python fstrings SQL page - potential security risk to users
1 parent 35adb3c commit 99247ec

2 files changed

Lines changed: 1 addition & 257 deletions

File tree

docs/training_resources/python/using-f-strings-sql-queries.md

Lines changed: 0 additions & 256 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ nav:
9898
- Handling file paths: training_resources/python/handling-file-paths.md
9999
- Logging and error handling in Python: training_resources/python/logging-and-error-handling.md
100100
- Project structure and packaging: training_resources/python/project-structure-and-packaging.md
101-
- Using Python f-strings to run SQL queries: training_resources/python/using-f-strings-sql-queries.md
101+
#- Using Python f-strings to run SQL queries: training_resources/python/using-f-strings-sql-queries.md
102102
- Using config files: training_resources/python/config-files.md
103103
- Data Classes: training_resources/python/data-classes.md
104104
- Virtual environments:

0 commit comments

Comments
 (0)