The new editor appears to add import lines to forms when it sees its ‘standard’ imports are missing.
e.g. it will add:
import anvil.tables as tables
import anvil.tables.query as q
from anvil.tables import app_tables
Could it please not do that? (or at least have the option for me to disable it)? I take some care over how my imports are defined and I don’t like having that overridden.