Skip to content

Commit d288df7

Browse files
committed
style: Format Python integration tests with black
- Add missing blank lines after 'import ifp' in init_floorplan_flip_sites.py and init_floorplan_gap.py to satisfy black formatting checks. TAG=agy CONV=56950afb-bfb2-4074-bfcb-927c5a0f1057 Signed-off-by: Drew Lewis <cannada@google.com>
1 parent 530f1ae commit d288df7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ifp/test/init_floorplan_flip_sites.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
floorplan = design.getFloorplan()
1414
site = floorplan.findSite("FreePDK45_38x28_10R_NP_162NW_34O")
1515
import ifp
16+
1617
flipped_sites = ifp.site_set()
1718
flipped_sites.insert(site)
1819

src/ifp/test/init_floorplan_gap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import ifp_helpers as ifph
66

77
import ifp
8+
89
site_set = ifp.site_set
910

1011
tech = Tech()

0 commit comments

Comments
 (0)