Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcodonusage
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Blaise LI
libcodonusage
Commits
6ad1947d
Commit
6ad1947d
authored
1 year ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused imports.
parent
fa6e2fe3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libcodonusage/libcodonusage.py
+0
-2
0 additions, 2 deletions
libcodonusage/libcodonusage.py
with
0 additions
and
2 deletions
libcodonusage/libcodonusage.py
+
0
−
2
View file @
6ad1947d
...
...
@@ -14,12 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
Functions used in Jupyter notebooks.
"""
from
http.cookies
import
Morsel
from
itertools
import
combinations
import
json
from
operator
import
attrgetter
,
itemgetter
from
pathlib
import
Path
from
unittest
import
mock
# python3 -m pip install cytoolz
from
cytoolz
import
concat
,
groupby
,
unique
,
valmap
# To render mardown in a Jupyter notebook on gitlab
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment