Skip to content

Commit

Permalink
black-jupyter overrode changes from nbqa-flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 9, 2024
1 parent 95c8fc1 commit e72e24c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lessons/landlab/landlab/05-components.a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"outputs": [],
"source": [
"# recall the question mark notation used to access documentation in Landlab\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down Expand Up @@ -384,7 +384,7 @@
"outputs": [],
"source": [
"# check out the optional variables\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions lessons/landlab/landlab/05-components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"outputs": [],
"source": [
"# recall the question mark notation used to access documentation in Landlab\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down Expand Up @@ -404,7 +404,7 @@
"outputs": [],
"source": [
"# check out the optional variables\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions lessons/landlab/landlab/intro-to-grids.a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"outputs": [],
"source": [
"# get info on RasterModelGrid\n",
"RasterModelGrid?"
"?RasterModelGrid"
]
},
{
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"outputs": [],
"source": [
"# recall the question mark notation used to access documentation in Landlab\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down Expand Up @@ -1253,7 +1253,7 @@
"outputs": [],
"source": [
"# check out the optional variables\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions lessons/landlab/landlab/intro-to-grids.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"outputs": [],
"source": [
"# get info on RasterModelGrid\n",
"RasterModelGrid?"
"?RasterModelGrid"
]
},
{
Expand Down Expand Up @@ -1100,7 +1100,7 @@
"outputs": [],
"source": [
"# recall the question mark notation used to access documentation in Landlab\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down Expand Up @@ -1325,7 +1325,7 @@
"outputs": [],
"source": [
"# check out the optional variables\n",
"LinearDiffuser?"
"?LinearDiffuser"
]
},
{
Expand Down

0 comments on commit e72e24c

Please sign in to comment.