commit e5c47555ea201fdea0e2a7b1785e8a1ff8733573 Author: Carlos Cordoba Date: Tue Sep 26 14:36:38 2023 -0500 Merge from 5.x: PR #21372 diff --git a/spyder/app/restart.py b/spyder/app/restart.py index 484d1f377..c33fa6deb 100644 --- a/spyder/app/restart.py +++ b/spyder/app/restart.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright © Spyder Project Contributors diff --git a/spyder/plugins/editor/widgets/tests/assets/ipython_file.ipy b/spyder/plugins/editor/widgets/tests/assets/ipython_file.ipy index 05b56b8e3..8dc9efb92 100644 --- a/spyder/plugins/editor/widgets/tests/assets/ipython_file.ipy +++ b/spyder/plugins/editor/widgets/tests/assets/ipython_file.ipy @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Mon Dec 14 12:25:29 2020 diff --git a/spyder/utils/external/github.py b/spyder/utils/external/github.py index 56182433b..b0a5032e9 100644 --- a/spyder/utils/external/github.py +++ b/spyder/utils/external/github.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*-coding: utf8 -*- """ diff --git a/tools/rm_whitespace.py b/tools/rm_whitespace.py old mode 100644 new mode 100755