Skip to content

Commit 2b2b5c8

Browse files
authored
removed os
1 parent b255876 commit 2b2b5c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/qualcoder/reports.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
You should have received a copy of the GNU Lesser General Public License along with QualCoder.
1515
If not, see <https://www.gnu.org/licenses/>.
1616
17-
Author: Colin Curtain (ccbogel)
17+
Authors: Colin Curtain C, Kai Dröge, Justin Missaghieh--Poncet, Lorenzo Salomón
1818
https://github.com/ccbogel/QualCoder
1919
https://qualcoder.wordpress.com/
2020
https://qualcoder.org/
@@ -27,7 +27,6 @@
2727
from openpyxl.styles import Alignment, Font, PatternFill
2828
from openpyxl.utils import get_column_letter
2929
from openpyxl.worksheet.properties import Outline
30-
import os
3130
import qtawesome as qta
3231

3332
from PyQt6 import QtGui, QtWidgets, QtCore
@@ -43,7 +42,6 @@
4342
from .report_attributes import DialogSelectAttributeParameters
4443
from .select_items import DialogSelectItems
4544

46-
path = os.path.abspath(os.path.dirname(__file__))
4745
logger = logging.getLogger(__name__)
4846

4947

0 commit comments

Comments
 (0)