Pyupgrade 3.10+

This commit is contained in:
Jerry Pussinen
2023-04-21 13:45:36 +03:00
parent 5a0793db03
commit 52ca70b866
24 changed files with 167 additions and 199 deletions

View File

@@ -84,7 +84,7 @@
" 2. numeric values (list of floats)\n",
" 3. non-numeric values (list of strings)\n",
" \"\"\"\n",
" data_file = open(path, \"r\")\n",
" data_file = open(path)\n",
" lines = data_file.readlines()\n",
" line_count = len(lines)\n",
" idx = 0\n",