Skip to content

Commit e6bd55e

Browse files
committed
black updated and rerun
1 parent f12a207 commit e6bd55e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 20.8b1
3+
rev: 21.12b0
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/flake8

src/idom/core/layout.py

-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ def _process_child_type_and_key(
705705
def _default_key(index: int) -> Any: # pragma: no cover
706706
return index
707707

708-
709708
else:
710709

711710
def _default_key(index: int) -> Any:

0 commit comments

Comments
 (0)