aboutsummaryrefslogtreecommitdiff
path: root/src/philo/__init__.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-05 14:04:41 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-05 14:04:41 +0200
commit6100010d6873845413aed22744470616992df603 (patch)
tree5cefcd46851d06e0d9e9b09f578c13649582d075 /src/philo/__init__.py
parent8a351c6d267c55445de7b7b40b1de3b16305bd02 (diff)
downloadphilosophers_test-6100010d6873845413aed22744470616992df603.tar.gz
philosophers_test-6100010d6873845413aed22744470616992df603.tar.bz2
philosophers_test-6100010d6873845413aed22744470616992df603.zip
Readded should be dead test
Diffstat (limited to 'src/philo/__init__.py')
-rw-r--r--src/philo/__init__.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/philo/__init__.py b/src/philo/__init__.py
index 5915e2b..5d7024a 100644
--- a/src/philo/__init__.py
+++ b/src/philo/__init__.py
@@ -6,12 +6,12 @@
# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/10/01 10:50:41 by cacharle #+# #+# #
-# Updated: 2020/10/01 11:08:00 by cacharle ### ########.fr #
+# Updated: 2020/10/05 13:50:41 by cacharle ### ########.fr #
# #
# ############################################################################ #
-from philo.philo import Philo
-from philo.table import Table
-from philo.log import Log
-from philo.event import Event
-import philo.error as error
+from philo.philo import Philo # noqa: F401
+from philo.table import Table # noqa: F401
+from philo.log import Log # noqa: F401
+from philo.event import Event # noqa: F401
+import philo.error as error # noqa: F401