Skip to content

Commit

Permalink
Fix TypeError: 'type' object is not subscriptable
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Jan 11, 2024
1 parent 5158198 commit f485dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kedro/framework/cli/catalog.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""A collection of CLI commands for working with Kedro catalog."""
from __future__ import annotations

import copy
from collections import defaultdict
from itertools import chain
Expand Down

0 comments on commit f485dfc

Please sign in to comment.