Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
jerinphilip committed Jan 22, 2024
1 parent bf44db7 commit 44f80f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/t12n.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import yaml
import os
import slimt
import sys
from slimt import Model, Package, Config
from slimt import Service, Model
from slimt import preset

import yaml

import slimt
from slimt import Config, Model, Package, Service, preset


# Load the config file
Expand Down

0 comments on commit 44f80f0

Please sign in to comment.