Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_common-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ concurrency:
jobs:
lint:
name: Common Lint
uses: LizardByte/.github/.github/workflows/__call-common-lint.yml@master
uses: LizardByte/.github/.github/workflows/__call-common-lint.yml@ReenigneArcher-patch-1
if: ${{ github.repository != 'LizardByte/.github' }}
1 change: 1 addition & 0 deletions notebook/dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "markdown",
"id": "4aed1755a10d75d7",
"metadata": {},

Check failure on line 6 in notebook/dashboard.ipynb

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

F401

'requests' imported but unused
"source": [
"<div align=\"center\">\n",
" <h1 align=\"center\">LizardByte Developer Dashboard</h1>\n",
Expand Down Expand Up @@ -85,6 +85,7 @@
"import os\n",
"import sys\n",
"import time\n",
"import requests\n",
"\n",
"# disable TQDM output if not in debug mode\n",
"if not os.getenv('ACTIONS_RUNNER_DEBUG') and not os.getenv('ACTIONS_STEP_DEBUG'):\n",
Expand Down
Loading