Skip to content

Commit

Permalink
Fix import order in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Aug 3, 2023
1 parent 31dbaaa commit 32e468f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions slycot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@

# Synthesis routines (15/50 wrapped)

from .synthesis import (sb10yd,
sb01bd,
from .synthesis import (sb01bd,
sb02md, sb02mt, sb02od,
sb03md, sb03md57, sb03od,
sb04md, sb04qd,
sb10ad, sb10dd, sb10fd, sb10hd,
sb10ad, sb10dd, sb10fd, sb10hd, sb10yd,
sg02ad,
sg03ad, sg03bd)

Expand Down

0 comments on commit 32e468f

Please sign in to comment.