|
|
|
|
|
by romperstomper
133 days ago
|
|
All modern AI tools tend to put `from __future__ import annotations` line into Python code which isn't required by recent Python versions. I guess this is because they all are trained on an intermediate code bases when this was required some times (even at that time the real usage was quite rare). And now this line is parroting everywhere like a junk DNA :) |
|