Skip to content

Commit

Permalink
CS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 15, 2024
1 parent 0ac066d commit 580fcfe
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
namespace Flow\ETL\Adapter\ChartJS;

use Flow\ETL\Adapter\ChartJS\Chart\{BarChart, LineChart, PieChart};
use Flow\ETL\Attribute\{DSL, Module, Type};
use Flow\ETL\Row\{EntryReference, References};
use Flow\ETL\Attribute\DSL;
use Flow\ETL\Attribute\Module;
use Flow\ETL\Attribute\Type;
use Flow\Filesystem\Path;

#[DSL(module: Module::CHARTJS, type: Type::HELPER)]
Expand Down

0 comments on commit 580fcfe

Please sign in to comment.