Skip to content

Commit

Permalink
fixed failing test, removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
dhosterman committed Jan 9, 2024
1 parent ffd19f1 commit a12303d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coffee/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import coffee
from coffee.benchmark import Benchmark, RidiculousBenchmark
from coffee.helm import HelmSut, BbqHelmTest, CliHelmRunner
from coffee.helm import CliHelmRunner, HelmSut
from coffee.static_site_generator import StaticSiteGenerator


Expand Down
2 changes: 1 addition & 1 deletion tests/test_static_site_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from coffee.run import (
BbqHelmTest,
HelmSut,
HelmResult,
)
from coffee.helm import HelmResult
from coffee.benchmark import RidiculousBenchmark
from coffee.static_site_generator import StaticSiteGenerator

Expand Down

0 comments on commit a12303d

Please sign in to comment.