Pyupgrade 3.10+
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user