PEP8 cleanup

This commit is contained in:
mrg 2021-09-07 16:49:44 -07:00
parent 03f87cd681
commit 8d9a4cc27b
3 changed files with 3 additions and 5 deletions

View File

@ -5,10 +5,11 @@
# (acting for and on behalf of Oklahoma State University)
# All rights reserved.
#
import debug
import math
import tech
class vector():
"""
This is the vector class to represent the coordinate

View File

@ -369,11 +369,9 @@ class bank(design.design):
3 * self.m2_pitch,
drc("nwell_to_nwell"))
def add_modules(self):
""" Add all the modules using the class loader """
local_array_size = OPTS.local_array_size
if local_array_size > 0:

View File

@ -302,4 +302,3 @@ class local_bitcell_array(bitcell_base_array.bitcell_base_array):
Clears the bit exclusions
"""
self.bitcell_array.clear_exclude_bits()