Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
database-lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Global Dynamic Exposure
Libraries
database-lib
Merge requests
!2
Draft: Resolve "Cleanup required"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "Cleanup required"
1-cleanup-required
into
main
Overview
0
Commits
1
Pipelines
2
Changes
4
Closed
Danijel Schorlemmer
requested to merge
1-cleanup-required
into
main
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
4
Expand
Closes
#1 (closed)
\approve
@laurens
@shinde
@tara
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7a120972
1 commit,
2 years ago
4 files
+
8
−
53
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
bettylibrary/__init__.py deleted
100644 → 0
+
0
−
22
Options
#!/usr/bin/env python3
# Copyright (C) 2022:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
from
.something
import
Something
__all__
=
[
"
Something
"
]
Loading