Skip to content

Commit 66a2723

Browse files
author
Patryk Szulczewski
committed
Fix CI and docstring.
1 parent 8393573 commit 66a2723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
strategy:
160160
fail-fast: true
161161
matrix:
162-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
162+
python-version: ["3.7", "3.8", "3.9", "3.10"]
163163
runs-on: "ubuntu-20.04"
164164
env:
165165
PYTHON_VER: "${{ matrix.python-version }}"

netcompare/check_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def evaluate(self, *args, **kwargs) -> Tuple[Dict, bool]:
125125
tuple: Dictionary representing check result, bool indicating if differences are found.
126126
"""
127127
# This method should call before any other logic the validation of the arguments
128-
# self.validate(**kwargs)
128+
# self._validate(**kwargs)
129129

130130
@staticmethod
131131
@abstractmethod

0 commit comments

Comments
 (0)