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

Commit 23b5775

Browse files
author
Frédéric Chapoton
committed
removing the future where conflict may happen with other ticket
1 parent 5add1af commit 23b5775

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

src/sage/combinat/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
__doc__ = r"""
42
Combinatorics
53
=============

src/sage/combinat/crystals/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
__doc__ = r"""
42
Crystals
53
========

src/sage/combinat/designs/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
__doc__ = r"""
42
Combinatorial Designs and Incidence Structures
53
==============================================

src/sage/combinat/posets/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
__doc__ = r"""
42
Posets
53

src/sage/combinat/root_system/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
__doc__="""
42
Root Systems
53
============

src/sage/combinat/species/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
__doc__ = r"""
42
Combinatorial Species
53
=====================

0 commit comments

Comments
 (0)