Skip to content

Commit 62aff67

Browse files
committed
Removed unnecessary swagger
1 parent e300404 commit 62aff67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mrmat_python_api_flask/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2021 Mathieu Imfeld
3+
# Copyright (c) 2021 MrMat
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -24,4 +24,3 @@
2424
import pkg_resources
2525

2626
__version__ = pkg_resources.get_distribution('mrmat-python-api-flask').version
27-
__swagger__ = os.path.join(os.path.dirname(__file__), 'swagger')

0 commit comments

Comments
 (0)