Skip to content

Commit

Permalink
Merge pull request #127 from statisticsnorway/remove-hardoded-username
Browse files Browse the repository at this point in the history
Remove hardcoded usernames
  • Loading branch information
mmwinther authored May 2, 2024
2 parents dd216a6 + 4103233 commit 755b5f2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 45 deletions.
2 changes: 1 addition & 1 deletion demo/03629_hentogsend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"from statbank import StatbankClient\n",
"\n",
"fileclient = dp.FileClient()\n",
"statclient = StatbankClient(\"LAST360\")"
"statclient = StatbankClient()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion demo/214_mnr_hentogsend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"from io import StringIO\n",
"\n",
"fileclient = dp.FileClient()\n",
"statclient = StatbankClient(\"LAST413\")"
"statclient = StatbankClient()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion demo/312_stillnaring_csv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"outputs": [],
"source": [
"client=StatbankClient(\"Last312\")"
"client = StatbankClient()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion demo/312_stillnaring_fellesdaplalagring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"outputs": [],
"source": [
"fileclient = dp.FileClient()\n",
"statclient = StatbankClient(\"LAST312\")"
"statclient = StatbankClient()"
]
},
{
Expand Down
41 changes: 0 additions & 41 deletions demo/check_env_changes.ipynb

This file was deleted.

0 comments on commit 755b5f2

Please sign in to comment.