Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cornish_pasdy
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CRNS
cornish_pasdy
Merge requests
!18
Draft: Resolve "Conditional imports"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Conditional imports"
22-conditional-imports
into
master
Overview
3
Commits
1
Pipelines
0
Changes
7
Open
Erik Nixdorf
requested to merge
22-conditional-imports
into
master
3 years ago
Overview
3
Commits
1
Pipelines
0
Changes
7
Expand
Closes
#22
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
20ce709f
1 commit,
3 years ago
7 files
+
76
−
116
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
corny/exdata/__init__.py
+
1
−
1
Options
@@ -3,4 +3,4 @@ CoRNy package
External data
"""
__all__
=
[
"
openstreetmap
"
,
"
soilgrids
"
,
"
meteoservice
"
,
"
nmdb
"
,
"
raster
"
,
"
corine
"
]
\ No newline at end of file
__all__
=
[
"
openstreetmap
"
,
"
soilgrids
"
,
"
meteoservice
"
,
"
nmdb
"
,
"
raster
"
,
"
corine
"
,
"
nmbd
"
]
\ No newline at end of file
Loading