standardize code style: shebangs, class definitions, comments

This commit is contained in:
Username
2025-12-20 18:05:41 +01:00
parent 4c9a658d26
commit 86cabd1562
5 changed files with 11 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Test --nobs functionality (stdlib HTML parsing without BeautifulSoup)."""
#!/usr/bin/env python2
# test --nobs functionality (stdlib HTML parsing without BeautifulSoup)
import sys