Skip to content

Commit

Permalink
Remove vim formatting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Feb 1, 2024
1 parent 4905536 commit 736f6df
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions blivet/fcoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,3 @@ def write_nic_fcoe_cfg(self, nic, dcb=True, auto_vlan=True, enable=True, mode=No

# Create FCoE singleton
fcoe = FCoE()

# vim:tw=78:ts=4:et:sw=4
2 changes: 0 additions & 2 deletions blivet/iscsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,5 +621,3 @@ def get_node_disks(self, node, storage):
# Create iscsi singleton
iscsi = iSCSI()
""" An instance of :class:`iSCSI` """

# vim:tw=78:ts=4:et:sw=4
2 changes: 0 additions & 2 deletions blivet/zfcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,5 +562,3 @@ def write(self, root):

# Create ZFCP singleton
zfcp = zFCP()

# vim:tw=78:ts=4:et:sw=4
2 changes: 0 additions & 2 deletions tests/storage_tests/devices_test/partition_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# vim:set fileencoding=utf-8

import os
import unittest
from uuid import UUID
Expand Down
1 change: 0 additions & 1 deletion tests/unit_tests/devices_test/device_names_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# vim:set fileencoding=utf-8
import unittest
from unittest.mock import patch

Expand Down
2 changes: 0 additions & 2 deletions tests/unit_tests/devices_test/device_packages_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# vim:set fileencoding=utf-8

import unittest

from blivet.devices import DiskDevice
Expand Down
2 changes: 0 additions & 2 deletions tests/unit_tests/devices_test/network_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# vim:set fileencoding=utf-8

import unittest

from blivet.devices import NetworkStorageDevice
Expand Down

0 comments on commit 736f6df

Please sign in to comment.