Skip to content

Commit 9cf0f64

Browse files
authored
chore: fixed redundant import (#55)
Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com> Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>
1 parent e6859be commit 9cf0f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/distributor.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as loader from '../data/loader';
2-
import { ConnectedContext } from '../data/builder';
1+
import * as loader from './loader';
2+
import { ConnectedContext } from './builder';
33

44
// the ManagedCluster kind is used in hub clusters for managing spoke clusters
55
const hubManagedClusterKind = 'ManagedCluster';

0 commit comments

Comments
 (0)