From 24af4e69adcc52fe8b03ad4ca5bb422d29b8292e Mon Sep 17 00:00:00 2001 From: Eyantra698Sumanto Date: Sat, 29 Jan 2022 20:19:00 +0530 Subject: Fixed pep8 issues --- src/maker/createkicad.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/maker/createkicad.py') diff --git a/src/maker/createkicad.py b/src/maker/createkicad.py index 40a4bfdf..1a00bde9 100755 --- a/src/maker/createkicad.py +++ b/src/maker/createkicad.py @@ -16,11 +16,11 @@ # GUIDED BY: Steve Hoover, Founder Redwood EDA # Kunal Ghosh, VLSI System Design Corp.Pvt.Ltd # Anagha Ghosh, VLSI System Design Corp.Pvt.Ltd -#OTHER CONTRIBUTERS: +# OTHER CONTRIBUTERS: # Prof. Madhuri Kadam, Shree L. R. Tiwari College of Engineering -# Rohinth Ram, Madras Institue of Technology -# Charaan S., Madras Institue of Technology -# Nalinkumar S., Madras Institue of Technology +# Rohinth Ram, Madras Institue of Technology +# Charaan S., Madras Institue of Technology +# Nalinkumar S., Madras Institue of Technology # ORGANIZATION: eSim Team at FOSSEE, IIT Bombay # CREATED: Monday 29, November 2021 # REVISION: Tuesday 25, January 2022 @@ -30,7 +30,7 @@ from . import Appconfig import re import os -import sys +import sys # noqa F401 import xml.etree.cElementTree as ET from PyQt5 import QtWidgets @@ -267,7 +267,7 @@ class AutoSchematic: port_list = [] j = 0 - k = 0 + k = 0 # noqa F841 for i in range(total): if (i < inputs): input_port[1] = inputName[i] -- cgit