Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
AlekSIS®
Official
AlekSIS-Core
Commits
385d9790
Commit
385d9790
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
[Reformat] flake8
parent
bd208dfe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1912
failed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/core/mixins.py
+1
-1
1 addition, 1 deletion
aleksis/core/mixins.py
aleksis/core/tables.py
+2
-2
2 additions, 2 deletions
aleksis/core/tables.py
with
3 additions
and
3 deletions
aleksis/core/mixins.py
+
1
−
1
View file @
385d9790
...
...
@@ -17,7 +17,7 @@ from rules.contrib.admin import ObjectPermissionsModelAdmin
@reversion.register
()
class
ExtensibleModel
()
:
class
ExtensibleModel
:
"""
Base model for all objects in AlekSIS apps.
This base model ensures all objects in AlekSIS apps fulfill the
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/tables.py
+
2
−
2
View file @
385d9790
...
...
@@ -3,7 +3,7 @@ from django_tables2.utils import A
class
PersonsTable
(
tables
.
Table
):
"""
Table to list persons
"""
"""
Table to list persons
.
"""
class
Meta
:
attrs
=
{
"
class
"
:
"
table table-striped table-bordered table-hover table-responsive-xl
"
}
...
...
@@ -13,7 +13,7 @@ class PersonsTable(tables.Table):
class
GroupsTable
(
tables
.
Table
):
"""
Table to list groups
"""
"""
Table to list groups
.
"""
class
Meta
:
attrs
=
{
"
class
"
:
"
table table-striped table-bordered table-hover table-responsive-xl
"
}
...
...
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