Skip to content

Commit 756e3a4

Browse files
committed
Example.py: Remove useless import sys
Codacy pointed out that there's absolutely no reason to be importing the sys module in this code.
1 parent f8c180c commit 756e3a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/examples/Example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
# You should have received a copy of the GNU Lesser General Public License
3131
# along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
3232

33-
import sys
3433

3534
# This can be run against an uninstalled build of libopenshot, just set the
3635
# environment variable PYTHONPATH to the location of the Python bindings.

0 commit comments

Comments
 (0)