Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix some pyflakes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jul 16, 2019
1 parent 2f528be commit 5eec95a
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions src/doc/ca/intro/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Introducció de Sage"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/de/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Ein Rundgang durch Sage"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/de/thematische_anleitungen/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Thematische Anleitungen"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/de/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage Tutorial"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'A Tour of Sage'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/constructions/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage Constructions"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/developer/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage Developer's Guide"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/installation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage Installation Guide"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/prep/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA


# General information about the project.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
name = 'bordeaux_2008'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/thematic_tutorials/numerical_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'Numerical Computing with Sage'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage Tutorial"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'Sage Documentation'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/fr/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'Sage en quelques mots'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/fr/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Tutoriel Sage"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/hu/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# All configuration values have a default; values that are commented
# out serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'A Sage bemutatása'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/it/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'Esplora Sage'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/ja/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage ガイドツアー"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/ja/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage チュートリアル"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/pt/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'Uma Turnê pelo Sage'
Expand Down
4 changes: 2 additions & 2 deletions src/doc/pt/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Tutorial Sage"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/ru/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u"Sage Tutorial in Russian"
Expand Down
4 changes: 2 additions & 2 deletions src/doc/tr/a_tour_of_sage/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
from sage.docs.conf import *
from sage.docs.conf import release
from sage.docs.conf import * # NOQA

# General information about the project.
project = u'Sage Turu'
Expand Down

0 comments on commit 5eec95a

Please sign in to comment.