Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
L
lino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
lino-framework
lino
Commits
2871a035
There was an error fetching the commit references. Please try again later.
Commit
2871a035
authored
5 years ago
by
Hamza Khchine
💬
Browse files
Options
Downloads
Patches
Plain Diff
#2833: Remove the import of str.
parent
ab6e204c
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lino/modlib/export_excel/models.py
+5
-7
5 additions, 7 deletions
lino/modlib/export_excel/models.py
with
5 additions
and
7 deletions
lino/modlib/export_excel/models.py
+
5
−
7
View file @
2871a035
...
...
@@ -5,22 +5,20 @@
"""
Database models for `lino.modlib.export_excel`.
"""
from
builtins
import
str
import
os
from
django.conf
import
settings
from
django.db.models
import
Model
from
django.utils.functional
import
Promise
from
django.utils.translation
import
ugettext_lazy
as
_
from
etgen.html
import
iselement
,
to_rst
from
lino.core
import
actions
from
lino.core.choicelists
import
Choice
from
lino.core.tables
import
AbstractTable
from
lino.utils.media
import
TmpMediaFile
from
lino.utils
import
IncompleteDate
from
etgen.html
import
iselement
,
to_rst
from
lino.utils.media
import
TmpMediaFile
from
lino.utils.quantities
import
Duration
from
lino.core.choicelists
import
Choice
from
lino.api
import
dd
from
django.utils.translation
import
ugettext_lazy
as
_
def
sheet_name
(
s
):
...
...
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